OFN_READONLY top-level constant

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

Causes the Read Only check box to be selected initially when the dialog box is created. This flag indicates the state of the Read Only check box when the dialog box is closed.

Implementation

@Deprecated('Use OPEN_FILENAME_FLAGS.OFN_READONLY instead')
const OFN_READONLY = 0x00000001;