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,
	bool Selected
)
Visual Basic
Public Sub Add ( 
	ControlPanelObject As ControlPanelObject,
	Selected As Boolean
)
Visual C++
public:
virtual void Add(
	ControlPanelObject^ ControlPanelObject, 
	bool Selected
) sealed

Parameters

ControlPanelObject
Type: DataPAEnterpriseDashboard..::..ControlPanelObject
The object you wish to add to the collection.
Selected
Type: System..::..Boolean
True if you wish the object to be selected.

Remarks