MTblDefineLastLockedColLine
bOk = MTblDefineLastLockedColLine( hWndTbl, nStyle, nColor )
Deprecated, please use MTblDefineItemLine instead.
Defines the style and color of a table's last locked column line.
Parameters
hWndTbl
Window Handle: Handle of the table.
nStyle
Number: One of the line styles.
nColor
Number: The color. Specify MTBL_COLOR_UNDEF to use the default color.
Return
Boolean: TRUE if successful or FALSE if an error occurs
Example
In this example we define a solid, gray last locked column line:
Call MTblDefineLastLockedColLine( hWndTbl, MTLS_SOLID, COLOR_Gray )
See also
Custom lines
Custom fonts and colors
Created with the Personal Edition of HelpNDoc: Full-featured Kindle eBooks generator