Click or drag to resize

ShellTreeViewSpecialFolder Property

SpecialFolder allows you to check, if the currently selected folder is a special folder (e.g. the Control Panel) or to make a special folder the selected folder. Use the SelectedPath property if you want to deal with file system folders.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
public ShellFolder SpecialFolder { get; set; }

Property Value

Type: ShellFolder
Remarks
Note, that this value might not be applied if NoFillOnStartup is set, because this might need expansion of the ShellTree.
See Also