bOk = MTblSetSelectionDarkening( hWndTbl, nDarkening )

Sets the selection darkening.

Parameters
hWndTbl
Window Handle: Handle of the table

nDarkening
Number: The darkening value between 0 ( darkening disabled ) and 255 ( fully darkened ).

Return
Boolean: TRUE if successful or FALSE if an error occurs

Example
In this example the selection darkening is set to 50:

Call MTblSetSelectionDarkening( hWndTbl, 50 )

See also
Extended selections
Hints an tips

Created with the Personal Edition of HelpNDoc: Easy CHM and documentation editor