InputCheckableHtmlFormControl Properties |
The InputCheckableHtmlFormControl type exposes the following members.
Name | Description | |
---|---|---|
![]() | Attributes |
Gets the attributes of the control.
(Inherited from HtmlFormControl.) |
![]() | Checked |
Gets or sets whether or not the control is checked.
|
![]() | ControlType |
Gets the type of the control.
(Inherited from InputHtmlFormControl.) |
![]() | Disabled |
Gets or sets whether or not the control is disabled.
(Inherited from HtmlFormControl.) |
![]() | EncodedData |
Gets the value of the control in application/x-www-form-urlencoded format.
(Inherited from InputHtmlFormControl.) |
![]() | Id |
Gets the value of the control's id attribute.
(Inherited from HtmlFormControl.) |
![]() | Name |
Gets the value of the control's name attribute.
(Inherited from HtmlFormControl.) |
![]() | Value |
Gets the value of the control.
|