System.Web.UI.HtmlControls.HtmlInputCheckBox Members

The members of System.Web.UI.HtmlControls.HtmlInputCheckBox are listed below.

See Also: Inherited members from System.Web.UI.HtmlControls.HtmlInputControl

Public Constructors

Initializes a new instance of the System.Web.UI.HtmlControls.HtmlInputCheckBox class.

Public Properties

Checkedbool.

Gets or sets a value indicating whether the System.Web.UI.HtmlControls.HtmlInputCheckBox is selected.

Protected Methods

LoadPostData(string, System.Collections.Specialized.NameValueCollection) : bool

Processes the postback data for the System.Web.UI.HtmlControls.HtmlInputCheckBox control.

override
OnPreRender(EventArgs)

Raises the System.Web.UI.Control.OnPreRender(EventArgs) event and registers the control as one that requires postback handling.

OnServerChange(EventArgs)

Raises the HtmlInputCheckBox.ServerChange event. This method allows you to handle the event directly.

RaisePostDataChangedEvent()

Calls the HtmlInputCheckBox.OnServerChange(EventArgs) method to signal the System.Web.UI.HtmlControls.HtmlInputCheckBox control that the state of the control has changed.

override
RenderAttributes(System.Web.UI.HtmlTextWriter)

Renders the System.Web.UI.HtmlControls.HtmlInputCheckBox control's attributes to the specified System.Web.UI.HtmlTextWriter instance.

Public Events

ServerChange

Occurs when the Web page is submitted to the server and the System.Web.UI.HtmlControls.HtmlInputCheckBox control changes state from the previous post.

Explicitly Implemented Interface Members