API Documentation > Classes > Interface IpfcFileUIOptions
Interface IpfcFileUIOptions
Description
This class specifies the UI options for the file dialog.
Direct Known Subclasses:
User Guide References:
Property Summary
Property
as String [optional]
The default path used to start browsing.
Property
as String [optional]
The label used for the dialog box.
Property
as IpfcFileOpenShortcuts [optional]
An array to store the different file shortcuts.
Property Detail
Property
DefaultPath
as String [optional]
The default path used to start browsing.
Property
DialogLabel
as String [optional]
The label used for the dialog box.
Property
Shortcuts
as IpfcFileOpenShortcuts [optional]
An array to store the different file shortcuts.
Was this helpful?