Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonToggleGroup Class / AllowAllButtonsUp Property


In This Topic
    AllowAllButtonsUp Property
    In This Topic
    Gets or sets whether the second click will depress the button in this toggle group.
    Syntax
    'Declaration
     
    
    Public Property AllowAllButtonsUp As Boolean
    'Usage
     
    
    Dim instance As RibbonToggleGroup
    Dim value As Boolean
     
    instance.AllowAllButtonsUp = value
     
    value = instance.AllowAllButtonsUp
    public bool AllowAllButtonsUp {get; set;}
    See Also