Click or drag to resize

CDB2GVF Enumeration

Common dialog browser customization view flags.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
[FlagsAttribute]
public enum CDB2GVF
Members
  Member nameValueDescription
CDB2GVF_SHOWALLFILES1 All files, including hidden and system files, should be shown.
CDB2GVF_ISFILESAVE2 This browser is designated to choose a file to save.
CDB2GVF_ALLOWPREVIEWPANE4 Not used.
CDB2GVF_NOSELECTVERB8 Do not show a "select" verb on an item's context menu.
CDB2GVF_NOINCLUDEITEM16 ICommDlgBrowser::IncludeObject should not be called.
CDB2GVF_ISFOLDERPICKER32 This browser is designated to pick folders.
CDB2GVF_ADDSHIELD64 Windows 7 and later. Displays a UAC shield on the selected item when CDB2GVF_NOSELECTVERB is not specified.
See Also