Gets ot sets the toolbar button's
BitmapSource of this
AnnAutomationObject.
Syntax
Visual Basic (Declaration) | |
---|
Public Overridable Property ToolBarButtonImage As BitmapSource |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As AnnAutomationObject
Dim value As BitmapSource
instance.ToolBarButtonImage = value
value = instance.ToolBarButtonImage
|
C# | |
---|
public virtual BitmapSource ToolBarButtonImage {get; set;} |
XAML Syntax | |
---|
You cannot use this property in XAML. |
XAML Syntax | |
---|
You cannot use this property in XAML. |
Return Value
A
BitmapSource which represents the toolbar button's Image of this
AnnAutomationObject.
Example
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family
See Also