bOk = MTblDefineHyperlinkHover( hWndTbl, bEnabled, nAddFontEnh, nTextColor )

Defines the HOVER effects for hyperlink cells.

Parameters
hWndTbl
Window Handle: Handle of the table

bEnabled
Boolean: TRUE = HOVER effects enabled, FALSE = HOVER effects disabled

nAddFontEnh
Number: Additional font enhancements on HOVER. Any combination of FONT_Enh constants.

nTextColor
Number: Text color on HOVER. Specify MTBL_COLOR_UNDEF to leave the text color unchanged.

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

Example

Call MTblDefineHyperlinkHover( hWndTbl, TRUE, FONT_EnhBold | FONT_EnhUnderline, COLOR_Blue ) 

See also
Hyperlinks

Created with the Personal Edition of HelpNDoc: Benefits of a Help Authoring Tool