Gets or sets a string value in the element that will become the ToolTipText value associated with the annotation once it is created.
public string ToolTipText {get; set;}
public: __property string* get_ToolTipText();
public: __property void set_ToolTipText(
string* value
);
'Declaration
Public Property ToolTipText As String
'Usage
Dim instance As BaseToolbarDefaults
Dim value As String
instance.ToolTipText = value
value = instance.ToolTipText
Property Value
A string value which represents the tooltip text.