Represents a customizable checkbox.
The following tables list the members exposed by the CheckBox type.
Name | Description | |
---|---|---|
![]() |
Initializes a new instance of the CheckBox class. |
Name | Description | |
---|---|---|
![]() |
Gets or sets a value indicating whether the control will post back to the server when the state has changed. |
|
![]() |
Gets or sets a value indicating whether the control is checked. |
|
![]() |
Gets or sets a value indicating which library will be used in the control's client-side scripts. |
|
![]() |
Gets or sets the name of a JavaScript function that should be invoked when the control is loaded. |
|
![]() |
Gets or sets the data item bound to the control. |
|
![]() |
Gets or sets the field from the data source to bind to the Checked property of the control. |
|
![]() |
Gets or sets a value indicating how the control will be rendered. |
|
![]() |
Gets or sets a value indicating which CheckBox controls are mutually exclusive. |
|
![]() |
Gets or sets the height of the control. |
|
![]() |
Gets a value indicating the control has its Theme property set to a specified value. |
|
![]() |
Gets or sets the caption of the control. |
|
![]() |
Gets or sets the caption alignment. |
|
![]() |
Gets or sets the license key of the control. |
|
![]() |
Gets or sets the current state of the control. |
|
![]() |
Gets or sets the name of a JavaScript function that should be invoked when the value changes. |
|
![]() |
Gets or sets the name of a JavaScript function that should be invoked when the value is about to be changed. |
|
![]() |
Gets or sets a value indicating whether the control will submit the form on pressing the Enter key. |
|
![]() |
Gets or sets the theme applied to the control. |
|
![]() |
Gets or sets a value indicating whether the control supports indeterminate state. |
|
![]() |
Gets or sets the width of the control. |
Name | Description | |
---|---|---|
![]() |
WebControl.TagKey override. |
Name | Description | |
---|---|---|
![]() |
Overloaded. Loads control data from an XML file or from a System.Xml.XmlDocument. |
|
![]() |
Overloaded. Saves control data to an XML file or to a System.Xml.XmlDocument. |
Name | Description | |
---|---|---|
![]() |
Raises the BeginLoad event. |
|
![]() |
Raises the CheckedChanged event. |
|
![]() |
Raises the EndLoad event. |
|
![]() |
Control.OnPreRender override. |
|
![]() |
DataBoundControl.PerformDataBinding override. |
|
![]() |
DataBoundControl.PerformSelect override. |
|
![]() |
Control.Render override. |
|
![]() |
WebControl.RenderContents override. |
Name | Description | |
---|---|---|
![]() |
Raised when the component starts loading data from a file or memory stream. |
|
![]() |
Raised when the checked state of the control changes. |
|
![]() |
Raised when the component ends loading data from a file or memory stream. |