The members of System.Web.UI.WebControls.CheckBox are listed below.
See Also: Inherited members from System.Web.UI.WebControls.WebControl
CheckBox() |
Initializes a new instance of the System.Web.UI.WebControls.CheckBox class. |
AutoPostBack | bool.
Gets or sets a value indicating whether the System.Web.UI.WebControls.CheckBox state automatically posts back to the server when clicked. | |
CausesValidation | bool.
Gets or sets a value indicating whether validation is performed when the System.Web.UI.WebControls.CheckBox control is selected. | |
Checked | bool.
Gets or sets a value indicating whether the System.Web.UI.WebControls.CheckBox control is checked. | |
[read-only] | InputAttributes | System.Web.UI.AttributeCollection.
Gets a reference to the collection of attributes for the rendered input element of the System.Web.UI.WebControls.CheckBox control. |
[read-only] | LabelAttributes | System.Web.UI.AttributeCollection.
Gets a reference to the collection of attributes for the rendered LABEL element of the System.Web.UI.WebControls.CheckBox control. |
Text | string.
Gets or sets the text label associated with the System.Web.UI.WebControls.CheckBox. | |
TextAlign | TextAlign.
Gets or sets the alignment of the text label associated with the System.Web.UI.WebControls.CheckBox control. | |
ValidationGroup | string.
Gets or sets the group of controls for which the System.Web.UI.WebControls.CheckBox control causes validation when it posts back to the server. |
override | AddAttributesToRender(System.Web.UI.HtmlTextWriter)
| |
LoadPostData(string, System.Collections.Specialized.NameValueCollection)
| ||
override | LoadViewState(object)
| |
OnCheckedChanged(EventArgs)
| ||
override | OnPreRender(EventArgs)
| |
RaisePostDataChangedEvent()
| ||
override | Render(System.Web.UI.HtmlTextWriter)
| |
override | SaveViewState()
| |
override | TrackViewState()
|
CheckedChanged |
Occurs when the value of the CheckBox.Checked property changes between posts to the server. |
System.Web.UI.IPostBackDataHandler.LoadPostData |
Processes posted data for the System.Web.UI.WebControls.CheckBox control. | |
System.Web.UI.IPostBackDataHandler.RaisePostDataChangedEvent |
Raises when posted data for a control has changed. |