Documentação da API > Custom user interface > Object ProUIDialog > Function ProUIDialogAboveactivewindowGet
Function ProUIDialogAboveactivewindowGet
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>
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
The function succeeded.
One or more input arguments was invalid.
User Guide References
Isto foi útil?