MTblDefineTreeLines
bOk = MTblDefineTreeLines( hWndTbl, nStyle, nColor )
Defines the style and color of tree lines.
Parameters
hWndTbl
Window Handle: Handle of the table.
nStyle
Number: One of the following constants:
MTLS_INVISIBLE |
Invisible |
MTLS_DOT |
Dotted |
MTLS_SOLID |
Solid |
nColor
Number: The color. Specify MTBL_COLOR_UNDEF to use the standard color ( black ).
Return
Boolean: TRUE if successful or FALSE if an error occurs
Example
In this example we define solid, dark gray tree lines:
Call MTblDefineTreeLines( hWndTbl, MTLS_SOLID, COLOR_DarkGray )
See also
Tree view
Custom fonts and colors
Created with the Personal Edition of HelpNDoc: Create help files for the Qt Help Framework