API Documentation > Windows and views > Object ProWindow > Function ProWindowBrowserSizeSet
Function ProWindowBrowserSizeSet
Description
Set the visible size of the embedded browser in this window.
NOTE: Not applicable if browser is open in separate window.
Replacement in Object TOOLKIT:
Synopsis
#include <ProWindows.h>
ProWindowBrowserSizeSet
(
int window_id
/* (In)
The window identifier (containing the embedded browser)
*/
double percent
/* (In)
The percent of the Creo Parametric window covered by the browser, from 0.0 (the window is minimized) to 100.0 (the window covers the entire window)
*/
)
Returns
The function set the value.
Invalid window identifier or percentage specified.
The function failed .
User Guide References
Was this helpful?