IsWorkspaceCommandEnabled Method
Description
Determines if TabWorkspace grouping is enabled.
Syntax
Public Function IsWorkspaceCommandEnabled( _
ByVal Id As XTPWorkspaceCommand _
) As Boolean
Parameters
| Parameter | Type | Description |
|---|---|---|
| Id | XTPWorkspaceCommand | The command identifier. Possible values include: |
| XTP_ID_WORKSPACE_MOVEPREVIOUS: Used to move a TabControlItem to the previous tab group. | ||
| XTP_ID_WORKSPACE_MOVENEXT: Used to move a TabControlItem to the next tab group. | ||
| XTP_ID_WORKSPACE_NEWHORIZONTAL: Used to create a new horizontal tab group. | ||
| XTP_ID_WORKSPACE_NEWVERTICAL: Used to create a new vertical tab group. |
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.