ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonGroup Class / TrimLongCaption Property

In This Topic
    TrimLongCaption Property
    In This Topic
    Gets or sets whether the group caption should be trimmed if it is longer than the contents of the group.
    Syntax
    'Declaration
     
    Public Property TrimLongCaption As System.Boolean
    public System.bool TrimLongCaption {get; set;}
    See Also