System.Web.UI.HtmlControls.HtmlInputCheckBox: Method Members

The methods of System.Web.UI.HtmlControls.HtmlInputCheckBox are listed below. For a list of all members, see the HtmlInputCheckBox Members list.

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

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.