Description | ||||||||
Checks if the dialog is going to be always above the dialog which is the current active Creo Parametric window. | ||||||||
Synopsis | ||||||||
#include <ProUIDialog.h> | ||||||||
ProError | ProUIDialogAboveactivewindowGet | ( | ||||||
char* dialog | ||||||||
/* (In) | ||||||||
The dialog. | ||||||||
*/ | ||||||||
ProBoolean* above_active_window | ||||||||
/* (Out) | ||||||||
PRO_B_TRUE if the dialog is above the current active window,PRO_B_FALSE otherwise. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|