ICheckBoxControl Interface
.NET Framework (current version)
Defines the property and event a control implements to act as a check box.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Checked | Gets or sets the value of an ICheckBoxControl control that indicates whether the control is selected. |
| Name | Description | |
|---|---|---|
![]() | CheckedChanged | Occurs when the value of the Checked property changes between posts to the server. |
The ICheckBoxControl interface defines the property and event that must be implemented for a control to act as a check box on a Web page. The Checked property can be used to determine whether the check box is selected or to set the property programmatically. The CheckedChanged event is raised when the Checked value changes between posts to the server.
.NET Framework
Available since 2.0
Available since 2.0
Show:

