DoWorkspaceCommand Method
Description
Performs the specified TabWorkspace Command. This allows you to perform TabWorkspace grouping via code, such as creating a new tab group or moving tabs between tab groups.
Syntax
Public Sub DoWorkspaceCommand( _
ByVal [Id](#) As [XTPWorkspaceCommand](XtremeCommandBars~Enumerations~XTPWorkspaceCommand_EN.md) _
)
Parameters
- Id: Specifies the command to execute. The following values are available:
| Value | Description |
|---|---|
| XTP_ID_WORKSPACE_MOVEPREVIOUS | Moves the TabControlItem to the previous tab group. |
| XTP_ID_WORKSPACE_MOVENEXT | Moves the TabControlItem to the next tab group. |
| XTP_ID_WORKSPACE_NEWHORIZONTAL | Creates a new horizontal tab group. |
| XTP_ID_WORKSPACE_NEWVERTICAL | Creates a new vertical tab group. |
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.