Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonToggleButton Class / ToggleGroupName Property


In This Topic
    ToggleGroupName Property (RibbonToggleButton)
    In This Topic
    Allows to create a group of mutually exclusive toggle buttons.
    Syntax
    'Declaration
     
    
    Public Property ToggleGroupName As String
    'Usage
     
    
    Dim instance As RibbonToggleButton
    Dim value As String
     
    instance.ToggleGroupName = value
     
    value = instance.ToggleGroupName
    public string ToggleGroupName {get; set;}
    See Also