Click or drag to resize

FileDialogEventProperties Enumeration

Defines required properties for a future FileDialogEventArgs event.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
[FlagsAttribute]
public enum FileDialogEventProperties
Members
  Member nameValueDescription
None0 No property.
CurrentSelection1 The CurrentSelection property.
FileName2 The FileName property.
FileTypeIndex4 The FileTypeIndex property.
Folder8 The Folder property.
Options16 The Options property.
Result32 The Result property.
Results64 The Results property.
Properties128 The Properties property. Currently unused.
ItemsIdLists256 The ItemsIdLists property.
ViewFlags512 The ViewFlags property.
Hwnd1024 The Hwnd property.
All2047 All properties
See Also