Method that sets the docking state of the browser pane.
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. |
Name | Description |
Dock browser pane to a custom ViewFrame | This sample demonstrates how to dock the browser pane to a custom ViewFrame. |