IEvents::OnBrowserResize Method

Fires when the VirtualUI Viewer's container window resizes. Normally, when the browser resizes.

IDL

[id(0x00000066)]

void OnBrowserResize([in, out] longWidth, [in, out] longHeight, [in, out] VARIANT_BOOL* ResizeMaximized);

Parameters

Parameters

Description

[in, out] long* Width

Browser window width.

[in, out] long* Height

Browser window height.

Handled

[out] Returns whether the to prevent the default processing.

Remarks

Allows you to take action when the VirtualUI Viewer's container window resizes. Set Handled to true to disable the default processing, which resizing all maximized windows.

Group

IEvents Methods