DataPA Enterprise Dashboard Controls API Reference
Gets the first Object in the collection.

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

Syntax

C#
public ControlPanelObject GetFirstObject()
Visual Basic
Public Function GetFirstObject As ControlPanelObject
Visual C++
public:
virtual ControlPanelObject^ GetFirstObject() sealed

Return Value

Type: ControlPanelObject
The first Object in the collection.

Remarks