ToolTipDelay

This property gets or sets the delay (in milliseconds) at which tool tips display when the ToolTipDisplay property is set to true. The mouse will need to hover over a graph object for this amount of time before the tooltip is displayed.

Syntax:

setToolTipDelay(value);
value = getToolTipDelay();

where:

value

Is any integer. 500 is the default value.

See ToolTipDisplay, ToolTipMode.


WebFOCUS