DockableWindow.SetDockingState Method
Parent Object: DockableWindowDescription
Method that set the docking state of the window.
Syntax
DockableWindow.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 dockable window docks to. If the DockingState is specified as kFloat then this argument is ignored. This is an optional argument whose default value is null. |