FileDialogEventProperties Enumeration |
Defines required properties for a future FileDialogEventArgs event.
Namespace:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax [FlagsAttribute]
public enum FileDialogEventProperties
Members
| Member name | Value | Description |
---|
| None | 0 |
No property.
|
| CurrentSelection | 1 |
The CurrentSelection property.
|
| FileName | 2 |
The FileName property.
|
| FileTypeIndex | 4 |
The FileTypeIndex property.
|
| Folder | 8 |
The Folder property.
|
| Options | 16 |
The Options property.
|
| Result | 32 |
The Result property.
|
| Results | 64 |
The Results property.
|
| Properties | 128 |
The Properties property. Currently unused.
|
| ItemsIdLists | 256 |
The ItemsIdLists property.
|
| ViewFlags | 512 |
The ViewFlags property.
|
| Hwnd | 1024 |
The Hwnd property.
|
| All | 2047 |
All properties
|
See Also