Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonRadioButton Class / Pressed Property


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