Click or drag to resize

OverwriteFileDialogEventArgs Class

Provides data for the FileDialog event of the ShellFolderServer type.
Inheritance Hierarchy

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public sealed class OverwriteFileDialogEventArgs : FileDialogEventArgs

The OverwriteFileDialogEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCurrentSelectionIdList
Gets the user's current selection in the dialog.
(Inherited from FileDialogEventArgs.)
Public propertyFileName
Gets the text currently entered in the dialog's File name edit box. The text in the File name edit box does not necessarily reflect the item the user chose. To get the item the user chose, use the ResultsIdLists or ResultsIdList properties.
(Inherited from FileDialogEventArgs.)
Public propertyFileTypeIndex
Gets the currently selected file type. This is only valid for Common Dialog boxes.
(Inherited from FileDialogEventArgs.)
Public propertyFolder
Gets the opened Shell Folder instance.
(Inherited from FileDialogEventArgs.)
Public propertyFolderIdList
Gets the folder id list.
(Inherited from FileDialogEventArgs.)
Public propertyHResult
Gets or sets the operation HResult.
(Inherited from FileDialogEventArgs.)
Public propertyHwnd
Gets the dialog box window handle.
(Inherited from FileDialogEventArgs.)
Public propertyIsCommonDialog
Gets a value indicating whether this instance represents an event from a Common Dialog box or a custom Dialog box.
(Inherited from FileDialogEventArgs.)
Public propertyIsFileSave
The context is a File Save dialog. This is only valid for Common Dialog boxes.
(Inherited from FileDialogEventArgs.)
Public propertyIsFolderPicker
The context is a Folder Picker dialog. This is only valid for Common Dialog boxes.
(Inherited from FileDialogEventArgs.)
Public propertyItemIdList
Gets the currently selected item in the dialog. This item may be an item selected in the view, or text selected in the file name edit box.
(Inherited from FileDialogEventArgs.)
Public propertyItemsIdLists
Gets the currently selected items in the dialog. These items may be items selected in the view, or text selected in the file name edit box.
(Inherited from FileDialogEventArgs.)
Public propertyLParam
Gets the LParam parameter corresponding to a dialog hook window WM_COMMAND event in the case of a hooked dialog box. May be 0, otherwise it represents the Handle to the related control window.
(Inherited from FileDialogEventArgs.)
Public propertyOptions
Gets the current flags that are set to control dialog behavior. This is only valid for Common Dialog boxes.
(Inherited from FileDialogEventArgs.)
Public propertyResponse
Gets or sets the overwrite response.
Public propertyResultIdList
Gets the choice that the user made in the dialog.
(Inherited from FileDialogEventArgs.)
Public propertyResultsIdLists
Gets the user's choices in a dialog that allows multiple selection.
(Inherited from FileDialogEventArgs.)
Public propertyType
Gets the type of FileDialog event. The value may not correspond to one of the FileDialogEventType values, but instead may correspond to the raw WParam value of the dialog box hook WM_COMMAND event in the case of a hooked dialog box.
(Inherited from FileDialogEventArgs.)
Public propertyViewFlags
Gets the view flags. This is only valid for Common Dialog boxes.
(Inherited from FileDialogEventArgs.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also