The Portrate Interview Engine

TextArea Class

Implements the HTML TextArea input control. Use the attributes element to customize the rows and columns for this control.

 Author: Jacob W Anderson (c) Portrate, LLC. All rights reserved. 

For a list of all members of this type, see TextArea Members.

System.Object
   Portrate.Interview.View.Controls.AbstractControl
      Portrate.Interview.View.Controls.TextArea

[Visual Basic]
Public Class TextArea
    Inherits AbstractControl
[C#]
public class TextArea : AbstractControl
[C++]
public __gc class TextArea : public AbstractControl
[JScript]
public class TextArea extends AbstractControl

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Portrate.Interview.View.Controls

Assembly: Portrate.Interview (in Portrate.Interview.dll)

See Also

TextArea Members | Portrate.Interview.View.Controls Namespace