CefFileDialogMode EnumerationXilium.CefGlue

[This is preliminary documentation and is subject to change.]

Supported file dialog modes.

Namespace: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

[FlagsAttribute]
public enum CefFileDialogMode
Members

  Member nameValueDescription
Open0 Requires that the file exists before allowing the user to pick it.
OpenMultiple1 Like Open, but allows picking multiple files to open.
OpenFolder2 Like Open, but selects a folder to open.
Save3 Allows picking a nonexistent file, and prompts to overwrite if the file already exists.
TypeMask255 General mask defining the bits used for the type values.
OverwritePromptFlag16777216 Prompt to overwrite if the user selects an existing file with the Save dialog.
HideReadOnlyFlag33554432 Do not display read-only files.
See Also