Category Windows and views, Object ProWindow

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: pfcWindow::SetBrowserSize
Synopsis
#include <ProWindows.h>
ProErrorProWindowBrowserSizeSet(
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
PRO_TK_NO_ERRORThe function set the value.
PRO_TK_BAD_INPUTSInvalid window identifier or percentage 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