OpenFileDialog::ShowReadOnly Property
.NET Framework (current version)
Gets or sets a value indicating whether OpenFileDialog contains a read-only check box.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: property bool ShowReadOnly { bool get(); [SecurityCriticalAttribute] void set(bool value); }
Property Value
Type: System::Booleantrue if the checkbox is displayed; otherwise, false. The default is false.
.NET Framework
Available since 3.0
Available since 3.0
Show: