FR_ENABLETEMPLATE top-level constant

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

Indicates that the hInstance and lpTemplateName members specify a dialog box template to use in place of the default template. This flag is used only to initialize the dialog box.

Implementation

@Deprecated('Use FINDREPLACE_FLAGS.FR_ENABLETEMPLATE instead')
const FR_ENABLETEMPLATE = 0x00000200;