Click or drag to resize

ShellFolderInitializationOptions Enumeration

Get or sets options used when the folder instance is initialized.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
[FlagsAttribute]
public enum ShellFolderInitializationOptions
Members
  Member nameValueDescription
None0 No options.
EnumeratesOnlyVisibleColumns2 Enumerates only the visible columns. Used for the ManageColumns event handling.
NoCommonDialogsHook16 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.
NoContextMenuWrapper32 Disable Context Menu wrapper. If this is disabled, the ShellMenu items' verbs will not be extracted.
AddSelfToContextMenu64 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.
HookAnyParentDialogBox128 Hook any parent dialog box. By default, the native proxy will only hook parent Common Dialog boxes.
See Also