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


In This Topic
    SupportedGroupSizing Property (RibbonRadioButton)
    In This Topic
    Imposes a restriction on sizing the item when it appears on a RibbonGroup.
    Syntax
    'Declaration
     
    
    Public Property SupportedGroupSizing As SupportedGroupSizing
    'Usage
     
    
    Dim instance As RibbonRadioButton
    Dim value As SupportedGroupSizing
     
    instance.SupportedGroupSizing = value
     
    value = instance.SupportedGroupSizing
    public SupportedGroupSizing SupportedGroupSizing {get; set;}
    See Also