Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

ToolBarButton Property






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

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)