OFN_EXPLORER top-level constant

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

Indicates that any customizations made to the Open or Save As dialog box use the Explorer-style customization methods.

Implementation

@Deprecated('Use OPEN_FILENAME_FLAGS.OFN_EXPLORER instead')
const OFN_EXPLORER = 0x00080000;