Gets or sets a value indicating whether the dialog contains a read-only check box.
[Visual Basic] Public Property ShowReadOnly As Boolean [C#] public bool ShowReadOnly {get; set;} [C++] public: __property bool get_ShowReadOnly(); public: __property void set_ShowReadOnly(bool); [JScript] public function get ShowReadOnly() : Boolean; public function set ShowReadOnly(Boolean);
true if the dialog contains a read-only check box; otherwise, false. The default value is false.
OpenFileDialog Class | OpenFileDialog Members | System.WinForms Namespace | ReadOnlyChecked