API Documentation > Interface Classes > Class pfcFileOpenOptions
Class pfcFileOpenOptions

# include <pfcUI.h>

class
pfcFileOpenOptions
: public virtual
pfcFileUIOptions
{
xdeclare(pfcFileOpenOptions)
...
};
This is a
COMPACT class.

Description
This class specifies the options for file open dialog.
Manual References:
Method Summary
Create (xrstring FilterString)
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.
Methods Inherited from Class pfcFileUIOptions::
Method Detail
GetFilterString
()
void
SetFilterString
(xrstring value)
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
(optional xrstring value)
A preselected file or item.
Manual References:
Create
(xrstring FilterString)
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.
Was this helpful?