FR_NOMATCHCASE top-level constant

  1. @Deprecated('Use FINDREPLACE_FLAGS.FR_NOMATCHCASE instead')
int const FR_NOMATCHCASE

If set when initializing a Find or Replace dialog box, disables the Match Case check box.

Implementation

@Deprecated('Use FINDREPLACE_FLAGS.FR_NOMATCHCASE instead')
const FR_NOMATCHCASE = 0x00000800;