OpenFileDialog.ReadOnlyChecked Property

Definition

Gets or sets a value indicating whether the read-only check box displayed by OpenFileDialog is selected.

public:
 property bool ReadOnlyChecked { bool get(); void set(bool value); };
public bool ReadOnlyChecked { get; [System.Security.SecurityCritical] set; }
public bool ReadOnlyChecked { get; set; }
[<set: System.Security.SecurityCritical>]
member this.ReadOnlyChecked : bool with get, set
member this.ReadOnlyChecked : bool with get, set
Public Property ReadOnlyChecked As Boolean

Property Value

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

Attributes

Applies to