GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonGroup Class / TrimLongCaption Property


In This Topic
TrimLongCaption Property
In This Topic
Specifies whether the group caption should be trimmed if it is longer than the contents of the group.
Syntax
'Declaration
 
Public Property TrimLongCaption As Boolean
 
'Usage
 
Dim instance As RibbonGroup
Dim value As Boolean
 
instance.TrimLongCaption = value
 
value = instance.TrimLongCaption
See Also