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


In This Topic
    CanDepress Property (RibbonRadioButton)
    In This Topic
    Indicates whether the second click depresses the button.
    Syntax
    'Declaration
     
    
    Public Property CanDepress As Boolean
    'Usage
     
    
    Dim instance As RibbonRadioButton
    Dim value As Boolean
     
    instance.CanDepress = value
     
    value = instance.CanDepress
    public bool CanDepress {get; set;}
    See Also