Click or drag to resize

ShellBrowser Constructor

Overload List
  NameDescription
Public methodShellBrowser
Initializes a new instance of the ShellBrowser class. Since version 4.0 SpecialFolder does not point to Drives anymore, use ShellBrowser(ShellFolder) constructor instead, this is due to performance reasons.
Public methodShellBrowser(ItemIdList)
Initializes a new instance of the ShellBrowser class makes the object with the given ItemIdList the active object.
Public methodShellBrowser(ShellBrowser)
Initializes a copy of the given ShellBrowser.
Public methodShellBrowser(ShellFolder)
Initializes a new instance of the ShellBrowserBase class and assigns its SpecialFolder property
Public methodShellBrowser(String)
Initializes a new instance of the ShellBrowser class makes the object with the given path the active object.
Top
See Also