RichEditBox.IsReadOnly Eigenschaft

Definition

Dient zum Abrufen oder Festlegen eines Werts, der angibt, ob der Benutzer den Text im RichEditBox -Objekt ändern kann.

public:
 property bool IsReadOnly { bool get(); void set(bool value); };
bool IsReadOnly();

void IsReadOnly(bool value);
public bool IsReadOnly { get; set; }
var boolean = richEditBox.isReadOnly;
richEditBox.isReadOnly = boolean;
Public Property IsReadOnly As Boolean
<RichEditBox IsReadOnly="bool"/>

Eigenschaftswert

Boolean

bool

True , wenn das RichEditBox-Objekt schreibgeschützt ist; andernfalls "false". Die Standardeinstellung ist false.

Gilt für: