Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / SupportedGroupSizing Enumeration

In This Topic
    SupportedGroupSizing Enumeration
    In This Topic
    Specifies a restriction on sizing the item when it appears on a RibbonGroup.
    Syntax
    'Declaration
     
    
    Public Enum SupportedGroupSizing 
       Inherits System.Enum
    public enum SupportedGroupSizing : System.Enum 
    Members
    MemberDescription
    AnyThere are no restrictions on sizing the item.
    LargeImageOnlyPrevents the item from switching to a small image.
    TextAlwaysVisiblePrevents the item from hiding its text label.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.Ribbon.SupportedGroupSizing

    See Also