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.1
Syntax public ShellFolder SpecialFolder { get; set; }
Public Property SpecialFolder As ShellFolder
Get
Set
public:
property ShellFolder SpecialFolder {
ShellFolder get ();
void set (ShellFolder value);
}
member SpecialFolder : ShellFolder with get, set
Property Value
Type:
ShellFolderRemarks Note, that this value might not be applied if
NoFillOnStartup is set, because this might need expansion of the ShellTree.
See Also