Search
FlowChart.ToolTipAutoPop Property
See Also
 



Gets or sets the length of time in milliseconds the ToolTip window remains visible if the pointer is not moved.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
int get_ToolTipAutoPop ()
void put_ToolTipAutoPop (
    int value
)

 Property Value

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

 Remarks

The delay is specified in milliseconds.

 See Also