System.Web.UI.ICheckBoxControl.Checked Property

Gets or sets the value of an System.Web.UI.ICheckBoxControl control that indicates whether the control is selected.

Syntax

public bool Checked { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Controls implementing System.Web.UI.ICheckBoxControl use ICheckBoxControl.Checked to determine whether the control is selected, or to set the value programmatically.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0