| Library | Module | Frames | Expand |
| string | FilterString | |
| The filter string used for file extensions. The extensions must be specified with wildcards and seperated by commas; for example, "*.prt,*.txt". | ||
| /* optional */ string | PreselectedItem | |
| A preselected file or item. | ||
| static pfcFileOpenOptions | Create (string FilterString) | |
| Creates a class object for file open dialog options. | ||
| string | FilterString |
|
The filter string used for file extensions. The extensions must be specified with wildcards and seperated by commas; for example, "*.prt,*.txt". |
| /* optional */ string | PreselectedItem |
|
A preselected file or item. |
| static pfcFileOpenOptions | Create | (string FilterString) |
|
Creates a class object for file open dialog options.
|