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

Get the Panel object that hosts client area controls.

Namespace: NTier.Designer.Forms
Assembly: NTier.Designer.Forms (in NTier.Designer.Forms.dll) Version: 1.0.0.0

Syntax

C#
public Panel ClientAreaPanel { get; }
Visual Basic
Public ReadOnly Property ClientAreaPanel As Panel
	Get
Visual C++
public:
property Panel^ ClientAreaPanel {
	Panel^ get ();
}

Property Value

Type: Panel

See Also