Gets or sets the Open File dialog style.
public function getOpenFileDialog() { } public function setOpenFileDialog($value) { }
Type: string
The Open File dialog style.
The following values are supported:
Value | Description |
---|---|
Standard | Standart Open File dialog. |
MacOSNative | Mac OS native Open File dialog. |
Default value is "Standard".
The Mac OS native dialog does not allow to select multiple files.