Click or drag to resize

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:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public enum FDE_OVERWRITE_RESPONSE
Members
  Member nameValueDescription
FDEOR_DEFAULT0 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_ACCEPT1 The application has determined that the file should be returned from the dialog.
FDEOR_REFUSE2 The application has determined that the file should not be returned from the dialog.
See Also