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

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

Syntax

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

Parameters

ControlPanelObject
Type: DataPAEnterpriseDashboard..::..ControlPanelObject
The current object in the collection.

Return Value

Type: ControlPanelObject
The Next Object in the collection.

Remarks