Gets or sets the text that appears as a ToolTip for this
AnnAutomationObject toolbar button.
public virtual string ToolBarToolTipText {get; set;}
'Declaration
Public Overridable Property ToolBarToolTipText As String
'Usage
Dim instance As AnnAutomationObject
Dim value As String
instance.ToolBarToolTipText = value
value = instance.ToolBarToolTipText
public:
virtual property String^ ToolBarToolTipText {
String^ get();
void set ( String^ value);
}
Property Value
The text that appears as a ToolTip for this
AnnAutomationObject toolbar button.