Gets or sets the time that passes before a tool-tip appears when the mouse hovers over an item.
SyntaxVB6
Copy Code
|
|---|
Public Property Get ToolTipDelay() As Long |
C++
Copy Code
|
|---|
public: |
A long value. The default is the system setting for tool-tip delay.
RemarksThe delay is specified in milliseconds.
See Also