XTPWorkspaceNewTabPosition Enumeration
Description
The XTPWorkspaceNewTabPosition enumeration is used to specify where a new tab will appear in the tab workspace.
Members
| Member | Description |
|---|---|
| xtpWorkspaceNewTabRightMost | New tab will be created after all tabs. This means it will be the last tab in the row. |
| xtpWorkspaceNewTabLeftMost | New tab will be created before all tabs. This means it will be the first tab in the row. |
| xtpWorkspaceNewTabNextToActive | New tab will be created/inserted after the currently active tab. |
Remarks
The NewTabPosition property uses the XTPWorkspaceNewTabPosition enumeration to specify where tabs are inserted in the tab workspace when a new tab is added.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.