FR_DOWN top-level constant

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

If set, the Down button of the direction radio buttons in a Find dialog box is selected indicating that you should search from the current location to the end of the document. If not set, the Up button is selected so you should search to the beginning of the document. You can set this flag to initialize the dialog box. If set in a FINDMSGSTRING message, indicates the user's selection.

Implementation

@Deprecated('Use FINDREPLACE_FLAGS.FR_DOWN instead')
const FR_DOWN = 0x00000001;