Common dialog browser customization view flags.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax [FlagsAttribute]
public enum CDB2GVF
Members
| Member name | Value | Description |
---|
| CDB2GVF_SHOWALLFILES | 1 |
All files, including hidden and system files, should be shown.
|
| CDB2GVF_ISFILESAVE | 2 |
This browser is designated to choose a file to save.
|
| CDB2GVF_ALLOWPREVIEWPANE | 4 |
Not used.
|
| CDB2GVF_NOSELECTVERB | 8 |
Do not show a "select" verb on an item's context menu.
|
| CDB2GVF_NOINCLUDEITEM | 16 |
ICommDlgBrowser::IncludeObject should not be called.
|
| CDB2GVF_ISFOLDERPICKER | 32 |
This browser is designated to pick folders.
|
| CDB2GVF_ADDSHIELD | 64 |
Windows 7 and later. Displays a UAC shield on the selected item when CDB2GVF_NOSELECTVERB is not specified.
|
See Also