FR_FINDNEXT top-level constant

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

If set in a FINDMSGSTRING message, indicates that the user clicked the Find Next button in a Find or Replace dialog box. The lpstrFindWhat member specifies the string to search for.

Implementation

@Deprecated('Use FINDREPLACE_FLAGS.FR_FINDNEXT instead')
const FR_FINDNEXT = 0x00000008;