Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonGroup Class / TrimLongCaption Property

In This Topic
    TrimLongCaption Property (RibbonGroup)
    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 Boolean
    public bool TrimLongCaption {get; set;}
    See Also