Ribbon for WinForms | ComponentOne
C1.Win.Ribbon 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 Boolean
    public bool Pressed {get; set;}
    See Also