The Portrate Interview Engine

TextBox Class

Renders a text input control in HTML.

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

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

[Visual Basic]
Public Class TextBox
    Inherits AbstractControl
[C#]
public class TextBox : AbstractControl
[C++]
public __gc class TextBox : public AbstractControl
[JScript]
public class TextBox 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

TextBox Members | Portrate.Interview.View.Controls Namespace