SetHiLiteOptions

Set the highlight options. Use this method with the OPENMode property set to 5 (indexing enabled).

Syntax

bRet = KeyView.SetHiLiteOptions(BackColor, ForeColor, FontSize, FontName)

Parameters

Parameter Type Description
BackColor Integer The COLORREF value that is the highlight background color.
ForeColor Integer The COLORREF value that is the highlight foreground color.
FontSize Integer The font size in points.
FontName String The font name.

Returns

Type Description
Boolean

TRUE if the method succeeds.

FALSE if the method fails.