OFN_ENABLETEMPLATE top-level constant

  1. @Deprecated('Use OPEN_FILENAME_FLAGS.OFN_ENABLETEMPLATE instead')
int const OFN_ENABLETEMPLATE

The lpTemplateName member is a pointer to the name of a dialog template resource in the module identified by the hInstance member. If the OFN_EXPLORER flag is set, the system uses the specified template to create a dialog box that is a child of the default Explorer-style dialog box. If the OFN_EXPLORER flag is not set, the system uses the template to create an old-style dialog box that replaces the default dialog box.

Implementation

@Deprecated('Use OPEN_FILENAME_FLAGS.OFN_ENABLETEMPLATE instead')
const OFN_ENABLETEMPLATE = 0x00000040;