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

In This Topic
    Pushed Property
    In This Topic
    Gets or sets a value indicating whether a toggle-style ToolBarButton is currently in the pushed state.
    Syntax
    'Declaration
     
    Public Property Pushed As Boolean
    public bool Pushed {get; set;}
    See Also