ImageGear .NET v25.2 - Updated
ImageGear.Art.Windows.Controls Assembly / ImageGear.ART.Windows.Controls Namespace / ToolBarAnnotator Class / ToolBar Property




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