FDE_OVERWRITE_RESPONSE Enumeration |
Specifies the values used by the OverwriteFileDialogEventArgs Response property to indicate an application's response to an overwrite request during a save operation using the common file dialog.
Maps to Windows'
FDE_OVERWRITE_RESPONSE enumeration..
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public enum FDE_OVERWRITE_RESPONSE
Members
| Member name | Value | Description |
---|
| FDEOR_DEFAULT | 0 |
The application has not handled the event. The dialog displays a UI asking the user whether the file should be overwritten and returned from the dialog.
|
| FDEOR_ACCEPT | 1 |
The application has determined that the file should be returned from the dialog.
|
| FDEOR_REFUSE | 2 |
The application has determined that the file should not be returned from the dialog.
|
See Also