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

Inheritance: WebControl, IPostBackDataHandler, IEditableTextControl, ITextControl
Mostra file Open project: runefs/Marvin Class Usage Examples

Private Properties

Property Type Description
GetPostBackOptions PostBackOptions
IPostBackDataHandler bool
IPostBackDataHandler void
RegisterKeyHandlerClientScript void

Protected Methods

Method Description
AddAttributesToRender ( HtmlTextWriter w ) : void
AddParsedSubObject ( object obj ) : void
LoadPostData ( string postDataKey, NameValueCollection postCollection ) : bool
OnPreRender ( EventArgs e ) : void
OnTextChanged ( EventArgs e ) : void
RaisePostDataChangedEvent ( ) : void
Render ( HtmlTextWriter w ) : void
SaveViewState ( ) : object

Private Methods

Method Description
GetPostBackOptions ( ) : PostBackOptions
IPostBackDataHandler ( string postDataKey, NameValueCollection postCollection ) : bool
IPostBackDataHandler ( ) : void
RegisterKeyHandlerClientScript ( ) : void

Method Details

AddAttributesToRender() protected method

protected AddAttributesToRender ( HtmlTextWriter w ) : void
w HtmlTextWriter
return void

AddParsedSubObject() protected method

protected AddParsedSubObject ( object obj ) : void
obj object
return void

LoadPostData() protected method

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

OnPreRender() protected method

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

OnTextChanged() protected method

protected OnTextChanged ( EventArgs e ) : void
e EventArgs
return void

RaisePostDataChangedEvent() protected method

protected RaisePostDataChangedEvent ( ) : void
return void

Render() protected method

protected Render ( HtmlTextWriter w ) : void
w HtmlTextWriter
return void

SaveViewState() protected method

protected SaveViewState ( ) : object
return object