API 설명서 > Custom user interface > Object ProUIDashboard > Function ProUIDashboardShow
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
#include <ProUIDashboard.h>
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
도움이 되셨나요?