Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.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
    'Usage
     
    
    Dim instance As RibbonSplitButton
    Dim value As Boolean
     
    instance.Pressed = value
     
    value = instance.Pressed
    public bool Pressed {get; set;}
    See Also