C# Class System.Web.UI.WebControls.CheckBox

Inheritance: WebControl, IPostBackDataHandler, ICheckBoxControl
Show file Open project: runefs/Marvin Class Usage Examples

Private Properties

Property Type Description
AddAttributesForSpan bool
CheckBox System.Collections
GetPostBackOptions System.Web.UI.PostBackOptions
IPostBackDataHandler bool
IPostBackDataHandler void
InternalAddAttributesToRender void
IsInputOrCommonAttr bool
RenderInput void
RenderLabel void

Public Methods

Method Description
CheckBox ( ) : System.Collections

Protected Methods

Method Description
AddAttributesToRender ( System.Web.UI.HtmlTextWriter writer ) : void
LoadPostData ( string postDataKey, NameValueCollection postCollection ) : bool
LoadViewState ( object savedState ) : void
OnCheckedChanged ( EventArgs e ) : void
OnPreRender ( EventArgs e ) : void
RaisePostDataChangedEvent ( ) : void
Render ( System.Web.UI.HtmlTextWriter w ) : void
SaveViewState ( ) : object
TrackViewState ( ) : void

Private Methods

Method Description
AddAttributesForSpan ( System.Web.UI.HtmlTextWriter writer ) : bool
CheckBox ( string render_type ) : System.Collections
GetPostBackOptions ( ) : System.Web.UI.PostBackOptions
IPostBackDataHandler ( string postDataKey, NameValueCollection postCollection ) : bool
IPostBackDataHandler ( ) : void
InternalAddAttributesToRender ( System.Web.UI.HtmlTextWriter w, bool enabled ) : void
IsInputOrCommonAttr ( string attname ) : bool
RenderInput ( System.Web.UI.HtmlTextWriter w, bool enabled ) : void
RenderLabel ( System.Web.UI.HtmlTextWriter w ) : void

Method Details

AddAttributesToRender() protected method

protected AddAttributesToRender ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
return void

CheckBox() public method

public CheckBox ( ) : System.Collections
return System.Collections

LoadPostData() protected method

protected LoadPostData ( string postDataKey, NameValueCollection postCollection ) : bool
postDataKey string
postCollection System.Collections.Specialized.NameValueCollection
return bool

LoadViewState() protected method

protected LoadViewState ( object savedState ) : void
savedState object
return void

OnCheckedChanged() protected method

protected OnCheckedChanged ( EventArgs e ) : void
e System.EventArgs
return void

OnPreRender() protected method

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
return void

RaisePostDataChangedEvent() protected method

protected RaisePostDataChangedEvent ( ) : void
return void

Render() protected method

protected Render ( System.Web.UI.HtmlTextWriter w ) : void
w System.Web.UI.HtmlTextWriter
return void

SaveViewState() protected method

protected SaveViewState ( ) : object
return object

TrackViewState() protected method

protected TrackViewState ( ) : void
return void