Method ExplorerFolder.NewTab
Overload
Adds new tab in a folder window.
public static ExplorerFolder NewTab(wnd w, string folder = null)
Parameters
w (wnd)
A folder window. |
folder (string)
If not null, calls ExplorerFolder.Open. |
Returns
ExplorerFolder
ExplorerFolder for the new tab. |
Exceptions
Exception
Failed. |
Remarks
To create new tab, activates the window and sends keys Ctrl+T
.