ImageGear .NET - Updated
ToolBar Property (ToolBarAnnotator)




ImageGear24.Art.Windows.Controls Assembly > ImageGear.ART.Windows.Controls Namespace > ToolBarAnnotator Class : ToolBar Property
Gets or sets a reference to the annotation ToolBar control.
Syntax
'Declaration
 
Public Property ToolBar As ToolBar
'Usage
 
Dim instance As ToolBarAnnotator
Dim value As ToolBar
 
instance.ToolBar = value
 
value = instance.ToolBar
public ToolBar ToolBar {get; set;}
public: __property ToolBar* get_ToolBar();
public: __property void set_ToolBar( 
   ToolBar* value
);
public:
property ToolBar^ ToolBar {
   ToolBar^ get();
   void set (    ToolBar^ value);
}

Property Value

ToolBar class.
See Also

Reference

ToolBarAnnotator Class
ToolBarAnnotator Members