ICheckBoxControl.Checked Property
.NET Framework (current version)
Gets or sets the value of an ICheckBoxControl control that indicates whether the control is selected.
Assembly: System.Web (in System.Web.dll)
Controls implementing ICheckBoxControl use Checked to determine whether the control is selected, or to set the value programmatically.
CheckBox implements ICheckBoxControl. The following code example demonstrates how to read the value of the Checked property and respond to a CheckedChanged event.
.NET Framework
Available since 2.0
Available since 2.0
Show: