The members of System.Web.UI.HtmlControls.HtmlTextArea are listed below.
See Also: Inherited members from System.Web.UI.HtmlControls.HtmlContainerControl
Initializes a new instance of the System.Web.UI.HtmlControls.HtmlTextArea class. |
Cols | int.
Gets or sets the width (in characters) of the System.Web.UI.HtmlControls.HtmlTextArea control. | |
Name | string.
Gets or sets the unique identifier name for the System.Web.UI.HtmlControls.HtmlTextArea control. | |
Rows | int.
Gets or sets the height (in characters) of the System.Web.UI.HtmlControls.HtmlTextArea control. | |
Value | string.
Gets or sets the text entered in the System.Web.UI.HtmlControls.HtmlTextArea control. |
ServerChange |
Occurs when the content of the System.Web.UI.HtmlControls.HtmlTextArea control changes between posts to the server. |
System.Web.UI.IPostBackDataHandler.LoadPostData |
For a description of this member, see System.Web.UI.IPostBackDataHandler.LoadPostData(string, System.Collections.Specialized.NameValueCollection). | |
System.Web.UI.IPostBackDataHandler.RaisePostDataChangedEvent |
For a description of this member, see System.Web.UI.IPostBackDataHandler.RaisePostDataChangedEvent. |