Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / TextBoxType Enumeration

In This Topic
    TextBoxType Enumeration
    In This Topic
    Syntax
    'Declaration
     
    
    Public Enum TextBoxType 
       Inherits System.Enum
    public enum TextBoxType : System.Enum 
    Members
    MemberDescription
    ButtonDefines a button.
    CheckboxDefines a checkbox.
    ColorIs used for input fields that should contain a color.
    DateIs used for input fields that should contain a date.
    DateTimeLocalSpecifies a date and time input field, with no time zone.
    EmailIs used for input fields that should contain an e-mail address.
    FileDefines a file-select field and a "Browse" button for file uploads.
    Hidden 
    Image 
    MonthAllows the user to select a month and year.
    NumberDefines a numeric input field.
    PasswordDefines a password field.
    RadioDefines a radio button.
    Range 
    ResetDefines a reset button that will reset all form values to their default values.
    Search 
    SubmitDefines a button for submitting form data to a form-handler.
    Tel 
    Text 
    Time 
    Url 
    Week 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Blazor.Input.TextBoxType

    See Also