API Documentation > Custom user interface > Object ProUIDashboardpage > Function ProUIDashboardpageDashboardGet
Function ProUIDashboardpageDashboardGet
Description
Obtains the dashboard that owns this page.
Synopsis
#include <ProUIDashboard.h>
ProUIDashboardpageDashboardGet
(
/* (In)
The dashboard page handle.
*/
ProUIDashboard* dashboard
/* (Out)
The dashboard handle.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
Sample Code References
User Guide References
Was this helpful?