Search
FlowChart.ToolTipDelay Property
See Also
 



Gets or sets the time that passes before a tool-tip appears when the mouse hovers over an item.

 Syntax

VB6  Copy Code

Public Property Get ToolTipDelay() As Long
Public Property Let ToolTipDelay( _
    ByVal value As Long _
)

C++  Copy Code

public:
int get_ToolTipDelay ()
void put_ToolTipDelay (
    int value
)

 Property Value

A long value. The default is the system setting for tool-tip delay.

 Remarks

The delay is specified in milliseconds.

 See Also