Show / Hide Table of Contents

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

null if failed.

Exceptions
AuWndException

w invalid.