Gets or sets the length of time in milliseconds the ToolTip window remains visible if the pointer is not moved.
SyntaxVB6
Copy Code
|
|---|
Public Property Get ToolTipAutoPop() As Long |
C++
Copy Code
|
|---|
public: |
A long value. The default is the system setting for tool-tip pop time.
RemarksThe delay is specified in milliseconds.
See Also