FlexPivot for WinForms
CheckEnum 列挙体

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 : CheckEnum 列挙体
Specifies the type of checkbox to draw in a cell.
シンタックス
'宣言
 
Public Enum CheckEnum 
   Inherits System.Enum
public enum CheckEnum : System.Enum 
メンバ
メンバ解説
CheckedCheck box with a check mark in it.
GrayedCheck box in undefined state.
NoneNo check box.
TSCheckedTri-state check box with a check mark in it.
TSGrayedTri-state check box in undefined state.
TSUncheckedTri-state empty check box.
UncheckedEmpty check box.
解説

There are two types of check boxes: regular and tri-state.

Regular check boxes are used to display simple Boolean values. They cycle through settings Checked and Unchecked when clicked with the mouse.

Tri-state check boxes are used to display values that may be true, false, or indeterminate (grayed). They cycle through settings TSChecked, TSGrayed, and TSUnchecked when clicked with the mouse.

Visually, Checked and Unchecked look the same as TSChecked and TSUnchecked.

継承階層

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

参照

C1.Win.C1FlexGrid 名前空間