AvalonEdit
IsReadOnly Property
NamespacesICSharpCode.AvalonEditTextEditorIsReadOnly
Specifies whether the user can change the text editor content. Setting this property will replace the TextArea.ReadOnlySectionProvider.
Declaration Syntax
C#Visual BasicVisual C++
public bool IsReadOnly { get; set; }
Public Property IsReadOnly As Boolean
	Get
	Set
public:
property bool IsReadOnly {
	bool get ();
	void set (bool value);
}

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238