Description | ||||||||||||||
Activates the specified window.
NOTES: This does not take effect until control returns to Creo Parametric. This function works in asynchronous graphic mode only. When a call is made to this function, the control should be returned to Creo Parametric to activate the specified window. You can regain control by registering callback using ProUIDialogAppActionSet() |
||||||||||||||
Replacement in Object TOOLKIT: | pfcWindow::Activate | |||||||||||||
Synopsis | ||||||||||||||
#include <ProWindows.h> | ||||||||||||||
ProError | ProWindowActivate | ( | ||||||||||||
int window | ||||||||||||||
/* (In) | ||||||||||||||
The handle to the Creo Parametric window | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|
||||||||||||||
See Also | ||||||||||||||
ProUIDialogAppActionSet | ||||||||||||||
ProUIDialogAppActionRemove |