Click or drag to resize

SelectHtmlFormControl Properties

The SelectHtmlFormControl type exposes the following members.

Properties
  NameDescription
Public propertyAttributes
Gets the attributes of the control.
(Inherited from HtmlFormControl.)
Public propertyDisabled
Gets or sets whether or not the control is disabled.
(Inherited from HtmlFormControl.)
Public propertyEncodedData
Gets the value of the control in application/x-www-form-urlencoded format.
(Overrides HtmlFormControlEncodedData.)
Public propertyId
Gets the value of the control's id attribute.
(Inherited from HtmlFormControl.)
Public propertyName
Gets the value of the control's name attribute.
(Inherited from HtmlFormControl.)
Public propertyOptions
Gets the control's options.
Top
See Also