FileSelectDecisionContext Class Members
In This Topic
The following tables list the members exposed by FileSelectDecisionContext.
Public Constructors
Public Properties
| Name | Description |
| AllowMultiSelect | Set or get the flag for multi selection. |
| CustomDefaultPath | Set or get the CustomDefaultPath. This is the path the File Select Dialog opens first. The second time the path is used the user has selected the last time. Then the context menu "Set to standard" will select this path again. |
| DefaultExtension | The default extension of the files to select. |
| DefaultFilename | The default name of a file. |
| OpenFileFlag | Set or get the openfileflag. Set this flag when you want to open a file Do not set it when you want to save a file. |
| Title | The title for the decider. |
Top
Public Methods
| Name | Description |
| AddFilter | Add a filter which files are shown. When the user selects one filter in the decider dialog, only files of this type are displayed. |
| Dispose | Destructor for deterministic finalization of FileSelectDecisionContext object. |
| GetFiles | Get all the files the user has selected in the decider dialog. |
Top
See Also