ICheckBoxControl Interface
.NET Framework 3.0
Defines the property and event a control implements to act as a check box.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
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.
Community Additions
ADD
Show: