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


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