CommonOpenFileDialog Methods

Vista Bridge Library

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

The CommonOpenFileDialog type exposes the following members.

Methods

  NameDescription
CheckFileNamesAvailable
Ensures that the user has selected one or more files.
(Inherited from CommonFileDialog.)
EndVisualGroup
End the visual group on the dialog
(Inherited from CommonFileDialog.)
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.
(Inherited from CommonFileDialog.)
OnFileTypeChanged
Called when the dialog is opened to notify the application of the initial chosen filetype.
(Inherited from CommonFileDialog.)
OnFolderChanged
Called when the user navigates to a new folder.
(Inherited from CommonFileDialog.)
OnFolderChanging
Called before OnFolderChanged(EventArgs). This allows the implementer to stop navigation to a particular location.
(Inherited from CommonFileDialog.)
OnOpening
Called when the dialog is opened.
(Inherited from CommonFileDialog.)
OnSelectionChanged
Called when the user changes the selection in the dialog's view.
(Inherited from CommonFileDialog.)
ResetUserSelections
Removes the current selection.
(Inherited from CommonFileDialog.)
ShowDialog
Displays the dialog.
(Inherited from CommonFileDialog.)
StartVisualGroup
Start the visual group on the dialog
(Inherited from CommonFileDialog.)
ThrowIfDialogShowing
Throws an exception when the dialog is showing preventing a requested change to a property or the visible set of controls.
(Inherited from CommonFileDialog.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also