The ID of the tab before which the new tab should be inserted. Can refer to a built-in tab or another custom-created tab. See Using Tabs in Shell Frame Side Pane Tabs for a list of built-in tab identifiers.
You can also use the pseudo IDs _first and _last: With _first, the tab is placed as the first one, and with _last, it is placed as the last one. The "Pinned" tab is, however, always placed as the ultimate last tab in M-Files Desktop.
Visual Basic |
---|
Public Function AddTab( _ ByVal TabId As String, _ ByVal tabTitle As String, _ ByVal insertBeforeTabId As String _ ) As IShellPaneTab |
The ID of the tab before which the new tab should be inserted. Can refer to a built-in tab or another custom-created tab. See Using Tabs in Shell Frame Side Pane Tabs for a list of built-in tab identifiers.
You can also use the pseudo IDs _first and _last: With _first, the tab is placed as the first one, and with _last, it is placed as the last one. The "Pinned" tab is, however, always placed as the ultimate last tab in M-Files Desktop.