ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / CheckBoxEnum Enumeration

In This Topic
    CheckBoxEnum Enumeration
    In This Topic
    Specifies how boolean values are translated into check boxes.
    Syntax
    'Declaration
     
    Public Enum CheckBoxEnum 
       Inherits System.Enum
    public enum CheckBoxEnum : System.Enum 
    Members
    MemberDescription
    CheckBoxCheckbox.
    CrossBoxCrossbox.
    NoCheckBoxNo checkbox (display as text).
    RadioButtonRadio button.
    Remarks
    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.
    Inheritance Hierarchy

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

    See Also