ImageGear .NET - Updated
ToolBar Property (ImGearARTForms)




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

Property Value

ImGearARTToolBar class object.
See Also

Reference

ImGearARTForms Class
ImGearARTForms Members
ImGearARTToolBar Class