API Documentation > Custom user interface > Object ProUIDashboardpage > Function ProUIDashboardpageIsOpen
Function ProUIDashboardpageIsOpen
Description
Check if specified dashboard page is open
Synopsis
#include <ProUIDashboard.h>
ProUIDashboardpageIsOpen
(
/* (In)
The dashboard page handle.
*/
ProBoolean* is_open
/* (Out)
PRO_B_TRUE if open
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The function faild.
User Guide References
Was this helpful?