DataPA Enterprise Dashboard Controls API Reference
Creates and returns a new ControlPanelObjects object.

Namespace: DataPAEnterpriseDashboard
Assembly: 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.

Remarks