Category Windows and views, Object ProWindow

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: pfcWindow::GetBrowserSize
Synopsis
#include <ProWindows.h>
ProErrorProWindowBrowserSizeGet(
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
PRO_TK_NO_ERRORThe function returned the information.
PRO_TK_BAD_INPUTSInvalid window identifier specified.
PRO_TK_GENERAL_ERRORThe function failed

Manual References:

  1. User Interface: Basic Graphics: Manipulating the Embedded Browser in Windows
  2. User Interface: Basic Graphics: Manipulating the Embedded Browser in Windows