Mono Class Library: Overview

System.Web.UI.WebControls.TextBox: Members

The members of System.Web.UI.WebControls.TextBox 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

AutoCompleteTypeAutoCompleteType. Documentation for this section has not yet been entered.
AutoPostBackbool. Documentation for this section has not yet been entered.
CausesValidationbool. Documentation for this section has not yet been entered.
Columnsint. Documentation for this section has not yet been entered.
MaxLengthint. Documentation for this section has not yet been entered.
ReadOnlybool. Documentation for this section has not yet been entered.
Rowsint. Documentation for this section has not yet been entered.
Textstring. Documentation for this section has not yet been entered.
TextModeTextBoxMode. Documentation for this section has not yet been entered.
ValidationGroupstring. Documentation for this section has not yet been entered.
Wrapbool. Documentation for this section has not yet been entered.

Protected Properties

[read-only]
override
TagKeySystem.Web.UI.HtmlTextWriterTag. 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.
override
AddParsedSubObject(object)
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
OnPreRender(EventArgs)
Documentation for this section has not yet been entered.
OnTextChanged(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.

Public Events

TextChangedDocumentation 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.