M-Files UI Extensibility Framework
GetTab Method
IShellPaneContainer Interface : GetTab Method
The id of the tab to get. Can refer to 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.
Description
Gets the tab with the specified tab id.
Syntax
Visual Basic
Public Function GetTab( _
   ByVal TabId As String _
) As IShellPaneTab
Parameters
TabId
The id of the tab to get. Can refer to 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.
Remarks
Supported in M-Files 10.0.3911.3 and newer.
See Also

IShellPaneContainer Interface  | IShellPaneContainer Members