LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)
LEAD Technologies, Inc

ToolBarButton Property






Gets the toolbar button of this AnnAutomationObject. .NET support Silverlight support
Syntax
public virtual ToggleButton ToolBarButton {get;}
'Declaration
 
Public Overridable ReadOnly Property ToolBarButton As ToggleButton
'Usage
 
Dim instance As AnnAutomationObject
Dim value As ToggleButton
 
value = instance.ToolBarButton
public virtual ToggleButton ToolBarButton {get;}
 get_ToolBarButton(); 
public:
virtual property ToggleButton^ ToolBarButton {
   ToggleButton^ get();
}

Property Value

A System.Windows.Controls.Primitives.ToggleButton which represents the toolbar button of this AnnAutomationObject.
Remarks
Calling CreateToolBar will create the toolbar and all the buttons for all the automation objects in Objects. After that, you can use this property to edit the toolbar button control if needed.
Example

For C#/VB examples, refer to AnnAutomationManager.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnAutomationObject Class
AnnAutomationObject Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.