LEADTOOLS Annotations (Leadtools.Annotations assembly)

ToolBarButton Property

Show in webframe





Gets the toolbar button of this AnnAutomationObject.
Syntax
public virtual ToolBarButton ToolBarButton {get;}
'Declaration
 
Public Overridable ReadOnly Property ToolBarButton As ToolBarButton
'Usage
 
Dim instance As AnnAutomationObject
Dim value As ToolBarButton
 
value = instance.ToolBarButton

            

            
public:
virtual property ToolBarButton^ ToolBarButton {
   ToolBarButton^ get();
}

Property Value

A System.Windows.Forms.ToolBarButton 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 an example, refer to AnnAutomationManager.
Requirements

Target Platforms

See Also

Reference

AnnAutomationObject Class
AnnAutomationObject Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.