System.Web.UI.ICheckBoxControl

Defines the property and event a control implements to act as a check box.

See Also: ICheckBoxControl Members

Syntax

public interface ICheckBoxControl

Remarks

The System.Web.UI.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 ICheckBoxControl.Checked property can be used to determine whether the check box is selected or to set the property programmatically. The ICheckBoxControl.CheckedChanged event is raised when the ICheckBoxControl.Checked value changes between posts to the server.

Requirements

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