ReadOnly Property

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Range is readonly? This property return True if any char of the range contains ReadOnlyStyle. Set this property to True/False to mark chars of the range as Readonly/Writable.

Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)

Syntax

C#
public bool ReadOnly { get; set; }
Visual Basic
Public Property ReadOnly As Boolean
	Get
	Set
Visual C++
public:
property bool ReadOnly {
	bool get ();
	void set (bool value);
}

See Also