Gets and sets a string value in the element that will become the ToolTipText value associated with the element.
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 Element
Dim value As String
instance.ToolTipText = value
value = instance.ToolTipText
Property Value
A string value which represents the tooltip text.