SET TOOLTIPCUSTOMDRAW
Set
Control ToolTip Custom Draw
SET
TOOLTIPCUSTOMDRAW ON|OFF --> For default ToolTip Custom Draw is OFF
SET TOOLTIPCUSTOMDRAW TO <lOn>
ToolTipCustomDrawIsActive() --> lBoolean
SET
TOOLTIPCUSTOMDRAW CONTROL <ControlName> OF <ParentName> [
BACKCOLOR <aBackColor> ] [ FORECOLOR
<aForeColor> ] [ ARRAYFONT <aFont> ] [ BALLOON <lBalloon>
]
SET
TOOLTIPCUSTOMDRAW CONTROL <ControlName> OF <ParentName> --> Remove tooltip custom draw of
the control
Note:
aFont := ARRAY FONT <cFontName>
SIZE <nFontSize>
[ BOLD ] [ ITALIC ] [ UNDERLINE ] [
STRIKEOUT ] --> { cFontName, nFontSize, lBold, lItalic, lUnderline, lStrikeout }
aFont := CREATE ARRAY FONT <cFontName> SIZE
<nFontSize> [ BOLD <lBold> ] [ ITALIC <lItalic>
] [ UNDERLINE <lUnderline> ] [ STRIKEOUT
<lStrikeout> ] --> { cFontName,
nFontSize, lBold, lIitalic, lUnderline, lStrikeout }