Class HtmlTextArea
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: ArtOfTest.WebAii.Controls.HtmlControls
Assembly: ArtOfTest.WebAii.dll
Syntax
public class HtmlTextArea : HtmlContainerControlConstructors
HtmlTextArea()
Declaration
public HtmlTextArea()HtmlTextArea(Element)
Properties
Cols
Declaration
public int Cols { get; }Property Value
| System.Int32 
 | 
Rows
Declaration
public int Rows { get; }Property Value
| System.Int32 
 | 
Text
Declaration
public string Text { get; set; }Property Value
| System.String 
 |