API Documentation
>
Custom user interface
>
Object ProUIDashboardpage
> Function ProUIDashboardpageIsOpen
Function ProUIDashboardpageIsOpen
Description
Check if specified dashboard page is open
Synopsis
#include <
ProUIDashboard.h
>
ProError
ProUIDashboardpageIsOpen
(
ProUIDashboardPage
page
/* (In)
The dashboard page handle.
*/
ProBoolean
* is_open
/* (Out)
PRO_B_TRUE
if open
*/
)
Returns
PRO_TK_NO_ERROR
The function succeeded.
PRO_TK_BAD_INPUTS
One or more input arguments was invalid.
PRO_TK_GENERAL_ERROR
The function faild.
User Guide References
Accessing a Dashboard Page:ProUIDashboardpageIsOpen
Was this helpful?
This site works best with JavaScript enabled