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,
	ControlPaneStyles style
)
Visual Basic
Sub AddControlPane ( 
	control As Control,
	style As ControlPaneStyles
)
Visual C++
void AddControlPane(
	Control^ control, 
	ControlPaneStyles style
)

See Also