ToolTipDisplay

This property enables or disables the display of tool tips.

Syntax:

setToolTipDisplay(boolean);
boolean = getToolTipDisplay();

where:

boolean

Can be one of the following:

true displays tool tips.

false does not display tool tips. This value is the default.

See ToolTipDelay, ToolTipMode.


WebFOCUS