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

Show in webframe

ToolBar Property






Gets the automation toolbar.
Syntax
public ToolBar ToolBar {get;}
'Declaration
 
Public ReadOnly Property ToolBar As ToolBar
'Usage
 
Dim instance As AnnAutomationManager
Dim value As ToolBar
 
value = instance.ToolBar

            

            
public:
property ToolBar^ ToolBar {
   ToolBar^ get();
}

Property Value

The automation toolbar.
Remarks
The automation toolbar is created after you call CreateToolBar. The automation toolbar is a standard System.Windows.Forms.ToolBar control.

For more information, refer to Implementing Annotations..

Example
For an example, refer to AnnAutomationManager.
Requirements

Target Platforms

See Also

Reference

AnnAutomationManager Class
AnnAutomationManager Members

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