Documentación de la API > Windows and views > Object ProWindow > Function ProWindowCurrentSet
Function ProWindowCurrentSet
Description
Sets the current window to the one specified by the window_id argument.
NOTE:
This function is not equivalent to the Creo Parametric option to activate the window, and has no effect on the object returned by ProMdlCurrentGet().
Replacement in Object TOOLKIT:
Synopsis
#include <ProWindows.h>
ProWindowCurrentSet
(
int window_id
/* (In)
The identifier of the window that becomes current
*/
)
Returns
The function successfully set the window to be current.
The argument is invalid.
See Also
Sample Code References
User Guide References
¿Fue esto útil?