GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonLabel Class / SupportedGroupSizing Property


In This Topic
SupportedGroupSizing Property (RibbonLabel)
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 RibbonLabel
Dim value As SupportedGroupSizing
 
instance.SupportedGroupSizing = value
 
value = instance.SupportedGroupSizing
See Also