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

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