DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
The Next Object in the collection.
Gets the Next Object in the collection.
Namespace: DataPAEnterpriseDashboardAssembly: 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: ControlPanelObjectThe Next Object in the collection.