TextInfo.IsReadOnly Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob das aktuelle TextInfo-Objekt schreibgeschützt ist.

public:
 property bool IsReadOnly { bool get(); };
public bool IsReadOnly { get; }
[System.Runtime.InteropServices.ComVisible(false)]
public bool IsReadOnly { get; }
member this.IsReadOnly : bool
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.IsReadOnly : bool
Public ReadOnly Property IsReadOnly As Boolean

Eigenschaftswert

true, wenn das TextInfo-Objekt schreibgeschützt ist, andernfalls false.

Attribute

Hinweise

Wenn die IsReadOnly -Eigenschaft ist true, kann die Anwendung keine der Eigenschaften des aktuellen TextInfo Objekts ändern.

Gilt für: