Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ToolBarButton Class / Enabled Property

In This Topic
    Enabled Property (ToolBarButton)
    In This Topic
    Gets or sets the ToolBarButton enabled status.
    Syntax
    'Declaration
     
    Public Property Enabled As Boolean
    public bool Enabled {get; set;}
    See Also