FolderInitEventArgsFolder Property |
Gets or sets the ShellFolder instance.
Namespace:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public ShellFolder Folder { get; set; }
Property Value
Type:
ShellFolder
The ShellFolder instance. May be null if GetRootShellFolder or GetRootFolder methods have returned a null instance.
See Also