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