ImageGear .NET v25.2 - Updated
ImageGear.Art.Forms Assembly / ImageGear.ART.Forms Namespace / ImGearARTForms Class / ToolBar Property




In This Topic
    ToolBar Property (ImGearARTForms)
    In This Topic
    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