Documentation for this section has not yet been entered.
The OpenFileDialog.ReadOnlyChecked state does not affect the read/write mode that OpenFileDialog.OpenFile uses to open a file selected in the dialog box. OpenFileDialog.OpenFile will always open the file in read-only mode.
The OpenFileDialog.ShowReadOnly property must be set before in order for the read-only check box to appear in the dialog box.