FILEOPENDIALOGOPTIONS class Null safety Enum
Common dialog constants & enumerations Defines the set of options available to an Open or Save dialog.
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited
Constants
- FOS_ALLNONSTORAGEITEMS → const int
-
0x80
- FOS_ALLOWMULTISELECT → const int
-
0x200
- FOS_CREATEPROMPT → const int
-
0x2000
- FOS_DEFAULTNOMINIMODE → const int
-
0x20000000
- FOS_DONTADDTORECENT → const int
-
0x2000000
- FOS_FILEMUSTEXIST → const int
-
0x1000
- FOS_FORCEFILESYSTEM → const int
-
0x40
- FOS_FORCEPREVIEWPANEON → const int
-
0x40000000
- FOS_FORCESHOWHIDDEN → const int
-
0x10000000
- FOS_HIDEMRUPLACES → const int
-
0x20000
- FOS_HIDEPINNEDPLACES → const int
-
0x40000
- FOS_NOCHANGEDIR → const int
-
0x8
- FOS_NODEREFERENCELINKS → const int
-
0x100000
- FOS_NOREADONLYRETURN → const int
-
0x8000
- FOS_NOTESTFILECREATE → const int
-
0x10000
- FOS_NOVALIDATE → const int
-
0x100
- FOS_OKBUTTONNEEDSINTERACTION → const int
-
0x200000
- FOS_OVERWRITEPROMPT → const int
-
0x2
- FOS_PATHMUSTEXIST → const int
-
0x800
- FOS_PICKFOLDERS → const int
-
0x20
- FOS_SHAREAWARE → const int
-
0x4000
- FOS_STRICTFILETYPES → const int
-
0x4
- FOS_SUPPORTSTREAMABLEITEMS → const int
-
0x80000000