OpenFileDialog.ShowReadOnly Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob OpenFileDialog ein Kontrollkästchen für den Schreibschutz enthält, oder legt diesen fest.

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

Eigenschaftswert

true, wenn das Kontrollkästchen angezeigt wird, andernfalls false. Der Standardwert ist false.

Attribute

Gilt für: