FormElementType enumeration
FormElementType enumeration
Represents an enumeration of the Form Elements types and their corresponding to the HTML Elements
The FormElementType type exposes the following members:
Fields
Field | Description |
---|---|
UNKNOWN | Corresponding to any HTML Element that is not been converting to the any of implemented FormElement . |
INPUT | Corresponding to the HTMLInputElement . |
SELECT | Corresponding to the HTMLSelectElement . |
TEXT_AREA | Corresponding to the HTMLTextAreaElement . |
OPTION | Corresponding to the HTMLOptionElement . |
BUTTON | Corresponding to the HTMLButtonElement . |
DATA_LIST | Corresponding to the HTMLDataListElement . |
See Also
- module
aspose.html.forms
- class
FormElement
- class
HTMLButtonElement
- class
HTMLDataListElement
- class
HTMLInputElement
- class
HTMLOptionElement
- class
HTMLSelectElement
- class
HTMLTextAreaElement