API-Dokumentation > Custom user interface > Object ProUIDialog > Function ProUIDialogIsMapped
Function ProUIDialogIsMapped
Description
Checks if the dialog occupies any space when it is invisible.
Synopsis
#include <ProUIDialog.h>
ProUIDialogIsMapped
(
char* dialog
/* (In)
The name of the dialog
*/
ProBoolean* state
/* (Out)
PRO_B_TRUE when dialog occupies space when it is invisible; PRO_B_FALSE when dialog does not occupy any space when it is invisible.
*/
)
Returns
The function successfully loaded and displayed the dialog
The function failed
User Guide References
War dies hilfreich?