RichTextBox.IsReadOnly Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets a value that determines whether the user can change the text in the RichTextBox.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
<RichTextBox IsReadOnly="bool"/>
Property Value
Type: System.Booleantrue if the RichTextBox is read-only; otherwise, false. The default on Windows Phone is true.
In Windows Phone 8, RichTextBox is read-only. Do not use this property if you are using RichTextBox in a Windows Phone application.
Show: