Category Custom user interface, Object ProUIDialog

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>
ProErrorProUIDialogAboveactivewindowGet(
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
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

  1. User Interface: Dialogs: Dialog Operations
  2. User Interface: Dialogs: Dialog Operations