CommonOpenFileDialog Properties

Vista Bridge Library

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

The CommonOpenFileDialog type exposes the following members.

Properties

  NameDescription
AddExtension
Gets or sets a value that determines whether the file extension set via the DefaultExtension property is appended to the file name.
(Inherited from CommonFileDialog.)
AddToMruList
Gets or sets a value that controls whether to show or hide the list of places from which the user has recently opened or saved items.
(Inherited from CommonFileDialog.)
AllowPropertyEditing
Gets or sets a value that controls whether properties can be edited.
(Inherited from CommonFileDialog.)
CheckFileExists
Gets or sets a value to specify whether the file returned must exist.
(Inherited from CommonFileDialog.)
CheckPathExists
Gets or sets a value to specify whether the file returned must be in an existing folder.
(Inherited from CommonFileDialog.)
CheckReadOnly
Gets or sets a value that determines whether read-only items are returned.
(Inherited from CommonFileDialog.)
CheckValidNames
Gets or sets a value that controls validation of file names.
(Inherited from CommonFileDialog.)
Controls
Gets the collection of controls for the dialog.
(Inherited from CommonFileDialog.)
DefaultExtension
Gets or sets the default file extension to be added to file names.
(Inherited from CommonFileDialog.)
DereferenceLinks
Gets or sets a value that controls whether shortcuts should be treated as their target items, allowing an application to open a .lnk file.
(Inherited from CommonFileDialog.)
FileName
Gets the selected filename.
(Inherited from CommonFileDialog.)
FileNames
gets a collection of the selected file names.
Filters
Gets the filters used by the dialog.
(Inherited from CommonFileDialog.)
FoldersOnly
Gets or sets a value that controls whether the user can select folders or files.
InitialDirectory
Gets or sets the initial directory displayed when the dialog is shown.
(Inherited from CommonFileDialog.)
MultiSelect
Gets or sets a value that controls whether the user can select more than one file.
RestoreDirectory
Corresponds to the FOS_NOCHANGEDIR file dialog option.
(Inherited from CommonFileDialog.)
ShowHiddenItems
Gets or sets a value that controls whether to show hidden items.
(Inherited from CommonFileDialog.)
ShowPlacesList
Gets or sets a value that controls whether to show or hide the list of pinned places that the user can choose from.
(Inherited from CommonFileDialog.)
Title
Gets or sets the dialog title.
(Inherited from CommonFileDialog.)
UsageIdentifier
Gets or sets a value that enables a calling application to associate a GUID with a dialog's persisted state.
(Inherited from CommonFileDialog.)

See Also