API Documentation > Classes > Class pfcFileUIOptions
Class pfcFileUIOptions
Description
This class specifies the UI options for the file dialog.
Direct Known Subclasses:
User Guide References:
Property Summary
/* optional */ string
The default path used to start browsing.
/* optional */ string
The label used for the dialog box.
/* optional */ pfcFileOpenShortcuts
An array to store the different file shortcuts.
Property Detail
/* optional */ string
DefaultPath
The default path used to start browsing.
/* optional */ string
DialogLabel
The label used for the dialog box.
/* optional */ pfcFileOpenShortcuts
Shortcuts
An array to store the different file shortcuts.
Was this helpful?