See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Namespace: NTier.Designer.VSAddInAssembly: NTier.Designer (in NTier.Designer.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public Control ActiveControlPane { get; set; } |
| Visual Basic |
|---|
Public Property ActiveControlPane As Control
Get
Set |
| Visual C++ |
|---|
public:
virtual property Control^ ActiveControlPane {
Control^ get () sealed;
void set (Control^ value) sealed;
} |
Property Value
Type:
ControlImplements
IControlPaneSetService..::..ActiveControlPane
See Also