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

Inheritance: WebControl, IPostBackDataHandler, IEditableTextControl, ITextControl
Afficher le fichier Open project: runefs/Marvin Class Usage Examples

Private Properties

Свойство Type Description
GetPostBackOptions PostBackOptions
IPostBackDataHandler bool
IPostBackDataHandler void
RegisterKeyHandlerClientScript void

Méthodes protégées

Méthode 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

Méthode Description
GetPostBackOptions ( ) : PostBackOptions
IPostBackDataHandler ( string postDataKey, NameValueCollection postCollection ) : bool
IPostBackDataHandler ( ) : void
RegisterKeyHandlerClientScript ( ) : void

Method Details

AddAttributesToRender() protected méthode

protected AddAttributesToRender ( HtmlTextWriter w ) : void
w HtmlTextWriter
Résultat void

AddParsedSubObject() protected méthode

protected AddParsedSubObject ( object obj ) : void
obj object
Résultat void

LoadPostData() protected méthode

protected LoadPostData ( string postDataKey, NameValueCollection postCollection ) : bool
postDataKey string
postCollection System.Collections.Specialized.NameValueCollection
Résultat bool

OnPreRender() protected méthode

protected OnPreRender ( EventArgs e ) : void
e EventArgs
Résultat void

OnTextChanged() protected méthode

protected OnTextChanged ( EventArgs e ) : void
e EventArgs
Résultat void

RaisePostDataChangedEvent() protected méthode

protected RaisePostDataChangedEvent ( ) : void
Résultat void

Render() protected méthode

protected Render ( HtmlTextWriter w ) : void
w HtmlTextWriter
Résultat void

SaveViewState() protected méthode

protected SaveViewState ( ) : object
Résultat object