ViewTabGroup.MoveToGroup Method
Parent Object: ViewTabGroupDescription
Method that moves the current ViewTabGroup to another ViewTabGroup. The ViewTabGroup the current ViewTabGroup moves into will be returned.
Syntax
ViewTabGroup.MoveToGroup( TargetViewTab As ViewTab, DockingState As DockingStateEnum ) As ViewTabGroupParameters
Name | Type | Description |
TargetViewTab | ViewTab | Input ViewTab object that specifies the target ViewTab. |
DockingState | DockingStateEnum | Input DockingStateEnum value that specifies the docking state of the current ViewTabGroup. Valid values for this argument are: kDockLeft and kDockRight. |