ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonToggleButton Class / Pressed Property

In This Topic
    Pressed Property (RibbonToggleButton)
    In This Topic
    Gets or sets a value that indicates whether the button is pressed.
    Syntax
    'Declaration
     
    Public Property Pressed As System.Boolean
    public System.bool Pressed {get; set;}
    See Also