OpenFileDialog.ShowReadOnly Eigenschap

Definitie

Hiermee wordt een waarde opgehaald of ingesteld die aangeeft of OpenFileDialog het selectievakje Alleen-lezen bevat.

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

Waarde van eigenschap

true als het selectievakje wordt weergegeven; anders, false. De standaardwaarde is false.

Kenmerken

Van toepassing op