Search
DecorationLine.ToolTip Property
See Also
 



Gets or sets a text message displayed when the mouse pointer rests over this line.

 Syntax

VB6  Copy Code

Public Property Get ToolTip() As String
Public Property Let ToolTip( _
    ByVal value As String _
)

C++  Copy Code

public:
BSTR get_ToolTip ()
void put_ToolTip (
    BSTR value
)

 Property Value

A string value. The default is an empty string.

 Remarks

Specifies the text to be displayed as a tool-tip if the mouse pointer stays for a while over a line. To get multi-lined tool-tips, specify a string containing standard EOL line dividers.

 See Also