Gets or sets the text that appears as a ToolTip for this
AnnAutomationObject toolbar button.
Syntax
Visual Basic (Declaration) | |
---|
Public Overridable Property ToolBarToolTipText As String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As AnnAutomationObject
Dim value As String
instance.ToolBarToolTipText = value
value = instance.ToolBarToolTipText
|
C# | |
---|
public virtual string ToolBarToolTipText {get; set;} |
Return Value
The text that appears as a ToolTip for this
AnnAutomationObject toolbar button.
Example
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also