Category Windows and views, Object ProAccessorywindow

Function ProAccessorywindowAboveactivewindowSet


Description
Sets the accessory window to be always above the dialog which is the current active Creo Parametric window. This allows the Creo Parametric TOOLKIT application to ensure that their dialog does not end up behind the Creo Parametric window during window opening and closing events.
Synopsis
#include <ProWindows.h>
ProErrorProAccessorywindowAboveactivewindowSet(
int window_id
/* (In)
The window id.
*/
ProBoolean above_active_window
/* (In)
PRO_B_TRUE to set it to be above the current active window, PRO_B_FALSE to remove this setting.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

  1. User Interface: Basic Graphics: Controlling Which Window is Current