DataPA Enterprise Dashboard Controls API Reference
Adds a ControlPanelObject to this collection.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public void Add(
	ControlPanelObject ControlPanelObject
)
Visual Basic
Public Sub Add ( 
	ControlPanelObject As ControlPanelObject
)
Visual C++
public:
virtual void Add(
	ControlPanelObject^ ControlPanelObject
) sealed

Parameters

ControlPanelObject
Type: DataPAEnterpriseDashboard..::..ControlPanelObject
The object you wish to add to the collection.

Remarks