Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ToolBar Class / Buttons Property

In This Topic
    Buttons Property
    In This Topic
    Gets or Sets the list of ToolBar Buttons.
    Syntax
    'Declaration
     
    Public Property Buttons As ToolBarButtonList
    public ToolBarButtonList Buttons {get; set;}
    See Also