Function ProUIDashboardShow
Description
Push a new dashboard UI into the dashboard stack mechanism. The dashboard will be shown in the message area of Creo Parametric. This function creates an event loop - thus does not exit until the dashboard is being dismissed.
Synopsis
| ProUIDashboardShow |
| ( /* (In) Required data for building the dashboard. */ ) |
Returns
| The function succeeded in displaying the dashboard, and was later dismissed by ProUIDashboardDestroy() or other UI events. |
| One or more input arguments was invalid. |
See Also
Sample Code References
User Guide References
Parent topic