Gets or sets a text message displayed when the mouse pointer rests over this arrow.
SyntaxVB6
Copy Code
|
|---|
Public Property Get ToolTip() As String |
C++
Copy Code
|
|---|
public: |
A string value. The default is an empty string.
RemarksSets or gets the text to be displayed as a tool-tip if the mouse pointer stays for a while over an arrow. To get multi-lined tool-tips, specify a string containing standard EOL line dividers.
See Also