FR_REPLACE top-level constant

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

If set in a FINDMSGSTRING message, indicates that the user clicked the Replace button in a Replace dialog box. The lpstrFindWhat member specifies the string to be replaced and the lpstrReplaceWith member specifies the replacement string.

Implementation

@Deprecated('Use FINDREPLACE_FLAGS.FR_REPLACE instead')
const FR_REPLACE = 0x00000010;