Ribbon for WinForms
SupportedGroupSizing 列挙体

C1.Win.Ribbon.4.5.2 アセンブリ > C1.Win.Ribbon 名前空間 : SupportedGroupSizing 列挙体
Specifies a restriction on sizing the item when it appears on a RibbonGroup.
シンタックス
'宣言
 
Public Enum SupportedGroupSizing 
   Inherits System.Enum
public enum SupportedGroupSizing : System.Enum 
メンバ
メンバ解説
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.
継承階層

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

参照

C1.Win.Ribbon 名前空間