AutoComplete for ASP.NET Web Forms
CheckBoxEnum 列挙体

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 : CheckBoxEnum 列挙体
Specifies how boolean values are translated into check boxes.
シンタックス
'宣言
 
Public Enum CheckBoxEnum 
   Inherits System.Enum
public enum CheckBoxEnum : System.Enum 
メンバ
メンバ解説
CheckBoxCheckbox.
CrossBoxCrossbox.
NoCheckBoxNo checkbox (display as text).
RadioButtonRadio button.
解説
Use the members of this enumeration to set the value of the Field.CheckBox property in the Field class. This property is useful when you wish to display boolean values graphically, rather than using text.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.C1Report.CheckBoxEnum

参照

C1.C1Report 名前空間