Function ProWindowBrowserSizeGet
Description
Get information about 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>
ProWindowBrowserSizeGet
(
int window_id
/* (In)
The window identifier (containing the embedded browser)
*/
double* percent
/* (Out)
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 returned the information.
Invalid window identifier specified.
The function failed
User Guide References
これは役に立ちましたか?