ShellFolderInitializationOptions Enumeration |
Get or sets options used when the folder instance is initialized.
Namespace:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax [FlagsAttribute]
public enum ShellFolderInitializationOptions
Members
| Member name | Value | Description |
---|
| None | 0 |
No options.
|
| EnumeratesOnlyVisibleColumns | 2 |
Enumerates only the visible columns. Used for the ManageColumns event handling.
|
| NoCommonDialogsHook | 16 |
Disable Common Dialogs Boxes hook.
Common Dialog Boxes hooks are only tried in Common Dialog Boxes context.
Common Dialog Boxes hooks can fail if the native proxy is not hosted by a Common Dialog Box.
|
| NoContextMenuWrapper | 32 |
Disable Context Menu wrapper.
If this is disabled, the ShellMenu items' verbs will not be extracted.
|
| AddSelfToContextMenu | 64 |
Add this folder as an extra input to the Explorer's tree view context menu.
Note this may cause duplicate items if these items don't have an associated verb to disambiguate them.
|
| HookAnyParentDialogBox | 128 |
Hook any parent dialog box. By default, the native proxy will only hook parent Common Dialog boxes.
|
See Also