Gets or sets the
ToolTip for this
AnnAutomationObject toolbar button.
Syntax
Visual Basic (Declaration) | |
---|
Public Overridable Property ToolBarButtonToolTip As ToolTip |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As AnnAutomationObject
Dim value As ToolTip
instance.ToolBarButtonToolTip = value
value = instance.ToolBarButtonToolTip
|
C# | |
---|
public virtual ToolTip ToolBarButtonToolTip {get; set;} |
XAML Syntax | |
---|
For XAML information, see the System.Windows.Controls.ToolTip type. |
XAML Syntax | |
---|
For XAML information, see the System.Windows.Controls.ToolTip type. |
Return Value
The
ToolTip for this
AnnAutomationObject toolbar button.
Example
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family
See Also