DockableWindow.GetDockingState Method
Parent Object: DockableWindowDescription
Method that gets the docking state of the dockable window.
Syntax
DockableWindow.GetDockingState( DockingState As DockingStateEnum, DockToObject As Object )Parameters
Name | Type | Description |
DockingState | DockingStateEnum | Output DockingStateEnum value that indicates the docking state. |
DockToObject | Object | Output object to indicate where the browser pane docks to. This returns Nothing if the DockingState returns kFloat. |