Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.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
    'Usage
     
    
    Dim instance As SupportedGroupSizing
    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
             GrapeCity.Spreadsheet.WinForms.Ribbon.SupportedGroupSizing

    See Also