NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

OpenFileDialog.ShowReadOnly

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);

Property Value

true if the dialog contains a read-only check box; otherwise, false. The default value is false.

See Also

OpenFileDialog Class | OpenFileDialog Members | System.WinForms Namespace | ReadOnlyChecked