Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Products Namespace / InputType Enumeration
In This Topic
    InputType Enumeration
    In This Topic
    Enumeration that represents the type of input field
    Syntax
    public enum InputType : System.Enum 
    Members
    MemberDescription
    CheckBoxList This is a check-box list
    DropDownListBox This is a drop down list box
    Hidden This is a hidden input field
    Label This is a label
    ListBox This is a list box
    MultipleListBox This is a multiple select list box
    RadioButtonList This is a radio button list
    TextArea This is a text area
    TextBox This is a text box
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             CommerceBuilder.Products.InputType

    See Also