OpenFileDialog.ShowReadOnly Property

Definition

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

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

Property Value

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

Attributes

Applies to