







![]() ![]() ![]() |
Vista Bridge Library for Managed code development |
CommonSaveFileDialog Members |
CommonSaveFileDialog Class Constructors Methods Fields Properties Events See Also Send Feedback |
[This is preliminary documentation and is subject to change.]
The CommonSaveFileDialog type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | CommonSaveFileDialog | Overloaded. |
Methods
Name | Description | |
---|---|---|
![]() | 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.) |
![]() | Determines whether the specified (Inherited from | |
![]() | Allows an (Inherited from | |
![]() | Serves as a hash function for a particular type. (Inherited from | |
![]() | Gets the (Inherited from | |
![]() | Creates a shallow copy of the current (Inherited from | |
![]() | 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.) |
![]() | Returns a (Inherited from |
Fields
Name | Description | |
---|---|---|
![]() | fileNames |
The collection of names selected by the user.
(Inherited from CommonFileDialog.) |
Properties
Name | Description | |
---|---|---|
![]() | 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.) |
![]() | CreatePrompt |
Gets or sets a value that controls whether to prompt for creation
if the item returned in the save dialog does not exist.
|
![]() | 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.) |
![]() | EnableMiniMode |
Gets or sets a value that controls whether to the save dialog
displays in expanded mode.
|
![]() | FileName |
Gets the selected filename.
(Inherited from CommonFileDialog.) |
![]() | Filters |
Gets the filters used by the dialog.
(Inherited from CommonFileDialog.) |
![]() | InitialDirectory |
Gets or sets the initial directory displayed when the
dialog is shown.
(Inherited from CommonFileDialog.) |
![]() | OverwritePrompt |
Gets or sets a value that controls whether to prompt before
overwriting an existing file of the same name.
|
![]() | 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.) |
![]() | StrictExtensions |
Gets or sets a value that controls whether to ensure that the
returned file name has a file extension that matches the
currently selected file type. The dialog appends the correct
file extension if necessary.
|
![]() | 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.) |
Events
Name | Description | |
---|---|---|
![]() | FileOk |
Raised just before the dialog is about to return with a result.
(Inherited from CommonFileDialog.) |
![]() | FileTypeChanged |
Raised when the dialog is opened to notify the application of the initial chosen filetype.
(Inherited from CommonFileDialog.) |
![]() | FolderChanged |
Raised when the user navigates to a new folder.
(Inherited from CommonFileDialog.) |
![]() | FolderChanging |
Raised just before the user navigates to a new folder.
(Inherited from CommonFileDialog.) |
![]() | Opening |
Raised when the dialog is opening.
(Inherited from CommonFileDialog.) |
![]() | SelectionChanged |
Raised when the user changes the selection in the dialog's view.
(Inherited from CommonFileDialog.) |