Share via


RichEditBox.IsReadOnly Property

Definition

Gets or sets a value that indicates whether the user can change the text in the RichEditBox.

public bool IsReadOnly { get; set; }
<RichEditBox IsReadOnly="bool"/>

Property Value

Boolean

True if the RichEditBox is read-only; otherwise, false. The default is false.

Applies to