See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Namespace: NTier.Design
Assembly: NTier.Design (in NTier.Design.dll) Version: 1.0.0.0

Syntax

C#
protected TextBox TextBox { get; }
Visual Basic
Protected ReadOnly Property TextBox As TextBox
	Get
Visual C++
protected:
property TextBox^ TextBox {
	TextBox^ get ();
}

Property Value

Type: TextBox

See Also