Click or drag to resize

SaveFileOptions Class

Data to control the save file dialog and to get the results.
Inheritance Hierarchy
SystemObject
  Altaxo.GuiOpenFileOptions
    Altaxo.GuiSaveFileOptions

Namespace: Altaxo.Gui
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class SaveFileOptions : OpenFileOptions

The SaveFileOptions type exposes the following members.

Constructors
 NameDescription
Public methodSaveFileOptionsInitializes a new instance of the SaveFileOptions class
Top
Properties
 NameDescription
Public propertyAddExtension 
Public propertyDefaultExt Gets or sets the default extension
Public propertyFileName Gets or sets the name of the file the user has chosen.
(Inherited from OpenFileOptions)
Public propertyFileNames Gets or sets the file names (only if multiselect is on).
(Inherited from OpenFileOptions)
Public propertyFilterIndex Gets or sets the index of the filter that is shown by default.
(Inherited from OpenFileOptions)
Public propertyFilterList Provides read-only to the filter list.
(Inherited from OpenFileOptions)
Public propertyInitialDirectory Gets or sets the initial directory.
(Inherited from OpenFileOptions)
Public propertyMultiselect Gets or sets a value indicating whether multiple files can be selected.
(Inherited from OpenFileOptions)
Public propertyOverwritePrompt 
Public propertyRestoreDirectory Gets or sets a value indicating whether to restore the directory.
(Inherited from OpenFileOptions)
Public propertyTitle Gets or sets the title of the open file dialog.
(Inherited from OpenFileOptions)
Top
Methods
 NameDescription
Public methodCode exampleAddFilter Adds a file filter string to show in the open file dialog.
(Inherited from OpenFileOptions)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also