OpenFileDialog.SelectReadOnly Property

Definition

Gets or sets a value indicating whether the dialog box allows selection of read-only files.

public:
 property bool SelectReadOnly { bool get(); void set(bool value); };
public bool SelectReadOnly { get; set; }
member this.SelectReadOnly : bool with get, set
Public Property SelectReadOnly As Boolean

Property Value

Applies to