Save |
public class SaveFileOptions : OpenFileOptions
The SaveFileOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | SaveFileOptions | Initializes a new instance of the SaveFileOptions class |
Name | Description | |
---|---|---|
![]() | AddExtension | |
![]() | DefaultExt | Gets or sets the default extension |
![]() | FileName |
Gets or sets the name of the file the user has chosen.
(Inherited from OpenFileOptions) |
![]() | FileNames |
Gets or sets the file names (only if multiselect is on).
(Inherited from OpenFileOptions) |
![]() | FilterIndex |
Gets or sets the index of the filter that is shown by default.
(Inherited from OpenFileOptions) |
![]() | FilterList |
Provides read-only to the filter list.
(Inherited from OpenFileOptions) |
![]() | InitialDirectory |
Gets or sets the initial directory.
(Inherited from OpenFileOptions) |
![]() | Multiselect |
Gets or sets a value indicating whether multiple files can be selected.
(Inherited from OpenFileOptions) |
![]() | OverwritePrompt | |
![]() | RestoreDirectory |
Gets or sets a value indicating whether to restore the directory.
(Inherited from OpenFileOptions) |
![]() | Title |
Gets or sets the title of the open file dialog.
(Inherited from OpenFileOptions) |
Name | Description | |
---|---|---|
![]() ![]() | AddFilter |
Adds a file filter string to show in the open file dialog.
(Inherited from OpenFileOptions) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
![]() | GetHashCode | Serves as the default hash function. (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) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |