CommonFileDialog Methods

Vista Bridge Library

[This is preliminary documentation and is subject to change.]

The CommonFileDialog type exposes the following members.

Methods

  NameDescription
CheckFileNamesAvailable
Ensures that the user has selected one or more files.
EndVisualGroup
End the visual group on the dialog
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
OnFileOk
Called just before the dialog is about to return with a result.
OnFileTypeChanged
Called when the dialog is opened to notify the application of the initial chosen filetype.
OnFolderChanged
Called when the user navigates to a new folder.
OnFolderChanging
Called before OnFolderChanged(EventArgs). This allows the implementer to stop navigation to a particular location.
OnOpening
Called when the dialog is opened.
OnSelectionChanged
Called when the user changes the selection in the dialog's view.
ResetUserSelections
Removes the current selection.
ShowDialog
Displays the dialog.
StartVisualGroup
Start the visual group on the dialog
ThrowIfDialogShowing
Throws an exception when the dialog is showing preventing a requested change to a property or the visible set of controls.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also