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

Add a new control pane to the container, or activate an existing control.

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

Syntax

C#
void AddControlPane(
	Control control
)
Visual Basic
Sub AddControlPane ( 
	control As Control
)
Visual C++
void AddControlPane(
	Control^ control
)

Parameters

control
Type: System.Windows.Forms..::..Control

See Also