DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Adds a DashboardObject to this collection.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
| C# |
|---|
public void Add( DashboardObject DashboardObject, bool Selected ) |
| Visual Basic |
|---|
Public Sub Add ( DashboardObject As DashboardObject, Selected As Boolean ) |
| Visual C++ |
|---|
public: virtual void Add( DashboardObject^ DashboardObject, bool Selected ) sealed |
Parameters
- DashboardObject
- Type: DataPAEnterpriseDashboard..::..DashboardObject
The object you wish to add to the collection.
- Selected
- Type: System..::..Boolean
True if you wish the object to be selected.