GetSelectedTabs
Description
Gets the selected (active) tabs.
Syntax
// shellPaneContainer points to instance of IShellPaneContainer
const result = await shellPaneContainer.GetSelectedTabs();
Return type
Type | Description |
---|---|
Promise < IShellPaneTab > | It returns MFCLIENTSCRIPT~ISHELLPANECONTAINER~GETSELECTEDTAB. |