Class pfcFileOpenOptions
Description
This class specifies the options for file open dialog.
Manual References:
Method Summary
| |
| |
| |
| Creates a class object for file open dialog options. |
| |
| |
void | |
| |
| |
| The filter string used for file extensions. The extensions must be specified with wildcards and seperated by commas; for example, "*.prt,*.txt". |
| |
| |
void | |
| |
| |
| A preselected file or item. |
| |
| |
| |
| |
Method Detail
| GetFilterString | () |
void | SetFilterString | |
The filter string used for file extensions. The extensions must be specified with wildcards and seperated by commas; for example, "*.prt,*.txt".
Manual References:
| GetPreselectedItem | () |
void | SetPreselectedItem | |
A preselected file or item.
Manual References:
Creates a class object for file open dialog options.
Manual References:
Parameters:
FilterString
The filter string for file extensions.
Returns:
A pointer to the object.