ENABLE_QUICK_EDIT_MODE top-level constant

int const ENABLE_QUICK_EDIT_MODE

This flag enables the user to use the mouse to select and edit text.

To enable this mode, use ENABLE_QUICK_EDIT_MODE | ENABLE_EXTENDED_FLAGS. To disable this mode, use ENABLE_EXTENDED_FLAGS without this flag.

Implementation

const ENABLE_QUICK_EDIT_MODE = 0x0040;