API Documentation > Windows and views > Object ProAccessorywindow > Function ProAccessorywindowAboveactivewindowSet
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>
ProAccessorywindowAboveactivewindowSet
(
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
The function succeeded.
One or more input arguments was invalid.
User Guide References
Was this helpful?