Mono Class Library: Overview

System.Web.UI.WebControls.CheckBox: Members

The members of System.Web.UI.WebControls.CheckBox are listed below.

See Also: Inherited members from System.Web.UI.WebControls.WebControl

Public Constructors

Documentation for this section has not yet been entered.

Public Properties

AutoPostBackbool. Documentation for this section has not yet been entered.
CausesValidationbool. Documentation for this section has not yet been entered.
Checkedbool. Documentation for this section has not yet been entered.
[read-only]
InputAttributesSystem.Web.UI.AttributeCollection. Documentation for this section has not yet been entered.
[read-only]
LabelAttributesSystem.Web.UI.AttributeCollection. Documentation for this section has not yet been entered.
Textstring. Documentation for this section has not yet been entered.
TextAlignTextAlign. Documentation for this section has not yet been entered.
ValidationGroupstring. Documentation for this section has not yet been entered.

Protected Methods

override
AddAttributesToRender(System.Web.UI.HtmlTextWriter)
Documentation for this section has not yet been entered.
LoadPostData(string, System.Collections.Specialized.NameValueCollection) : bool
Documentation for this section has not yet been entered.
override
LoadViewState(object)
Documentation for this section has not yet been entered.
OnCheckedChanged(EventArgs)
Documentation for this section has not yet been entered.
override
OnPreRender(EventArgs)
Documentation for this section has not yet been entered.
RaisePostDataChangedEvent()
Documentation for this section has not yet been entered.
override
Render(System.Web.UI.HtmlTextWriter)
Documentation for this section has not yet been entered.
override
SaveViewState() : object
Documentation for this section has not yet been entered.
override
TrackViewState()
Documentation for this section has not yet been entered.

Public Events

CheckedChangedDocumentation for this section has not yet been entered.

Explicitly Implemented Interface Members

System.Web.UI.IPostBackDataHandler.LoadPostDataDocumentation for this section has not yet been entered.
System.Web.UI.IPostBackDataHandler.RaisePostDataChangedEventDocumentation for this section has not yet been entered.