Method ExplorerFolder.Of
Overload
Creates ExplorerFolder for a folder window.
public static ExplorerFolder Of(wnd w, string tab = null)
Parameters
|
w (wnd)
A folder window. |
|
tab (string)
Tab name (wildcard expression). If null (default), uses the current tab. |
Returns
|
ExplorerFolder
|
Exceptions
|
AuWndException
w invalid. |