DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Creates and returns a new ControlPanelObjects object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public ControlPanelObjects( DashboardObject Parent ) |
Visual Basic |
---|
Public Sub New ( Parent As DashboardObject ) |
Visual C++ |
---|
public: ControlPanelObjects( DashboardObject^ Parent ) |
Parameters
- Parent
- Type: DataPAEnterpriseDashboard..::..DashboardObject
An object that represents the parent of this object.