BrowserPane.SetDockingState Method

Parent Object: BrowserPane

Description

Method that sets the docking state of the browser pane.

Syntax

BrowserPane.SetDockingState( DockingState As DockingStateEnum, [DockToObject] As Variant )

Parameters

Name Type Description
DockingState DockingStateEnum Input DockingStateEnum value that specifies the docking state.
DockToObject Variant Optional input object to specify where the browser pane docks to. If the DockingState is specified as kFloat then this argument is ignored. Valid object includes: ViewFrame, DockableWindow, BrowserPane.

This is an optional argument whose default value is null.

Samples

Name Description
Dock browser pane to a custom ViewFrame This sample demonstrates how to dock the browser pane to a custom ViewFrame.

Version

Introduced in version 2022