FolderInitEventArgsFolder Property |
Gets or sets the ShellFolder instance.
Namespace:
callback.ShellBoost.Core
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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