HtmlControlType

HtmlControlType enumeration

Type of document nodes that represent <input> and <select> elements imported from HTML.

public enum HtmlControlType

Values

NameValueDescription
FormField0A form field.
StructuredDocumentTag1A structured document tag

See Also