Overview   Project   Class   Tree   Index 
CEF3 C++ API Docs - Version 80.1.4+g8927396+chromium-80.0.3987.149
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

(default)
Typedef cef_file_dialog_mode_t

   in cef_types.h

Supported file dialog modes.




Details

cef_file_dialog_mode_t

public typedef enum {///// Requires that the file exists before allowing the user to pick it./// FILE_DIALOG_OPEN = 0,///// Like Open, but allows picking multiple files to open./// FILE_DIALOG_OPEN_MULTIPLE,///// Like Open, but selects a folder to open./// FILE_DIALOG_OPEN_FOLDER,///// Allows picking a nonexistent file, and prompts to overwrite if the file// already exists./// FILE_DIALOG_SAVE,///// General mask defining the bits used for the type values./// FILE_DIALOG_TYPE_MASK = 0xFF,///// Prompt to overwrite if the user selects an existing file with the Save// dialog./// FILE_DIALOG_OVERWRITEPROMPT_FLAG = 0x01000000,///// Do not display read- only files./// FILE_DIALOG_HIDEREADONLY_FLAG = 0x02000000, } cef_file_dialog_mode_t;

 Overview   Project   Class   Tree   Index 
CEF3 C++ API Docs - Version 80.1.4+g8927396+chromium-80.0.3987.149
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

Chromium Embedded Framework (CEF) Copyright © 2016 Marshall A. Greenblatt