OpenFileDialog::ShowReadOnly Property

 

Gets or sets a value indicating whether OpenFileDialog contains a read-only check box.

Namespace:   Microsoft.Win32
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
property bool ShowReadOnly {
	bool get();
	[SecurityCriticalAttribute]
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the checkbox is displayed; otherwise, false. The default is false.

.NET Framework
Available since 3.0
Return to top
Show: