Click or drag to resize

OpenFileOptions Class

Data to control the open 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 OpenFileOptions

The OpenFileOptions type exposes the following members.

Constructors
 NameDescription
Public methodOpenFileOptionsInitializes a new instance of the OpenFileOptions class
Top
Properties
 NameDescription
Public propertyStatic memberEmptyStringArray 
Public propertyFileName Gets or sets the name of the file the user has chosen.
Public propertyFileNames Gets or sets the file names (only if multiselect is on).
Public propertyFilterIndex Gets or sets the index of the filter that is shown by default.
Public propertyFilterList Provides read-only to the filter list.
Public propertyInitialDirectory Gets or sets the initial directory.
Public propertyMultiselect Gets or sets a value indicating whether multiple files can be selected.
Public propertyRestoreDirectory Gets or sets a value indicating whether to restore the directory.
Public propertyTitle Gets or sets the title of the open file dialog.
Top
Methods
 NameDescription
Public methodCode exampleAddFilter Adds a file filter string to show in the open file dialog.
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