FlexPivot for WinForms
ShowButtonsEnum 列挙体

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 : ShowButtonsEnum 列挙体
Specifies when the grid should display combo buttons in cells.
シンタックス
'宣言
 
Public Enum ShowButtonsEnum 
   Inherits System.Enum
public enum ShowButtonsEnum : System.Enum 
メンバ
メンバ解説
AlwaysAlways show buttons.
InheritShowButtons property of the column is inherited from the grid. This is default setting for column. Cannot be used with ShowButtons property of the grid.
NeverNever show buttons.
WhenEditingShow buttons only while editing the cell.
WithFocusShow buttons when the cell has the focus. This is the default setting for grid.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1FlexGrid.ShowButtonsEnum

参照

C1.Win.C1FlexGrid 名前空間