Gets or sets a short text message displayed when the mouse pointer rests over this box.
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 a box. To get multi-lined tool-tips, specify a string containing standard EOL line dividers.
ExampleThe code below sets multi-line tooltip.
See Also