Enum FormElementType

FormElementType enumeration

フォーム要素タイプの列挙と、HTML 要素に対応するものを表します

public enum FormElementType

名前価値説明
Unknown0実装されたいずれかに変換されていない HTML 要素に対応FormElement.
Input1に対応HTMLInputElement.
Select2に対応HTMLSelectElement.
TextArea3に対応HTMLTextAreaElement.
Option4に対応HTMLOptionElement.
Button5に対応HTMLButtonElement.
DataList6に対応HTMLDataListElement.

関連項目