ComponentOne Ribbon for WinForms
SupportedGroupSizing Enumeration

C1.Win.C1Ribbon.4 Assembly > C1.Win.C1Ribbon Namespace : SupportedGroupSizing Enumeration
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.C1Ribbon.SupportedGroupSizing

See Also

Reference

C1.Win.C1Ribbon Namespace