ToolTipTimeoutEnabled

This property enables or disables the tooltip timeout set by the setToolTipDisplayTimeOut() method. When enabled, the tooltip will automatically disappear when the time set by setToolTipDisplayTimeOut() expires. When disabled, the tooltip will show as long as the mouse hovers over the object.

Syntax:

setToolTipTimeoutEnabled(boolean);
boolean = getToolTipTimeoutEnabled();

where:

boolean

Can be one of the following:

true enables the tooltip display timer.

false disables the tooltip display timer. This value is the default.


WebFOCUS