System.Web.UI.HtmlControls.HtmlTextArea Members

The members of System.Web.UI.HtmlControls.HtmlTextArea are listed below.

See Also: Inherited members from System.Web.UI.HtmlControls.HtmlContainerControl

Public Constructors

Initializes a new instance of the System.Web.UI.HtmlControls.HtmlTextArea class.

Public Properties

Colsint.

Gets or sets the width (in characters) of the System.Web.UI.HtmlControls.HtmlTextArea control.

Namestring.

Gets or sets the unique identifier name for the System.Web.UI.HtmlControls.HtmlTextArea control.

Rowsint.

Gets or sets the height (in characters) of the System.Web.UI.HtmlControls.HtmlTextArea control.

Valuestring.

Gets or sets the text entered in the System.Web.UI.HtmlControls.HtmlTextArea control.

Protected Methods

override
AddParsedSubObject(object)

Notifies the System.Web.UI.HtmlControls.HtmlTextArea control that an object was parsed and adds the object to the System.Web.UI.HtmlControls.HtmlTextArea control's System.Web.UI.ControlCollection object.

LoadPostData(string, System.Collections.Specialized.NameValueCollection) : bool

Processes the postback data for the System.Web.UI.HtmlControls.HtmlTextArea control.

override
OnPreRender(EventArgs)

Raises the System.Web.UI.Control.PreRender event.

OnServerChange(EventArgs)

Raises the HtmlTextArea.ServerChange event of the System.Web.UI.HtmlControls.HtmlTextArea control. This allows you to provide a custom handler for the event.

RaisePostDataChangedEvent()

Calls the HtmlTextArea.OnServerChange(EventArgs) method to signal the System.Web.UI.HtmlControls.HtmlTextArea control that the state of the control has changed.

override
RenderAttributes(System.Web.UI.HtmlTextWriter)

Renders the System.Web.UI.HtmlControls.HtmlTextArea control's attributes to the specified System.Web.UI.HtmlTextWriter object.

Public Events

ServerChange

Occurs when the content of the System.Web.UI.HtmlControls.HtmlTextArea control changes between posts to the server.

Explicitly Implemented Interface Members