System.Web.UI.HtmlControls.HtmlTextArea: Method Members

The methods of System.Web.UI.HtmlControls.HtmlTextArea are listed below. For a list of all members, see the HtmlTextArea Members list.

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

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.