Range Property

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Linked range

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

Syntax

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

See Also