See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Assembly: NTier.Designer.Forms (in NTier.Designer.Forms.dll) Version: 1.0.0.0
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.FormsAssembly: 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 ) |
Parameters
- control
- Type: System.Windows.Forms..::..Control
- style
- Type: NTier.Designer.Forms..::..ControlPaneStyles