Open |
public class OpenFileOptions
The OpenFileOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | OpenFileOptions | Initializes a new instance of the OpenFileOptions class |
Name | Description | |
---|---|---|
![]() ![]() | EmptyStringArray | |
![]() | FileName | Gets or sets the name of the file the user has chosen. |
![]() | FileNames | Gets or sets the file names (only if multiselect is on). |
![]() | FilterIndex | Gets or sets the index of the filter that is shown by default. |
![]() | FilterList | Provides read-only to the filter list. |
![]() | InitialDirectory | Gets or sets the initial directory. |
![]() | Multiselect | Gets or sets a value indicating whether multiple files can be selected. |
![]() | RestoreDirectory | Gets or sets a value indicating whether to restore the directory. |
![]() | Title | Gets or sets the title of the open file dialog. |
Name | Description | |
---|---|---|
![]() ![]() | AddFilter | Adds a file filter string to show in the open file dialog. |
![]() | 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) |