Range Constructor (FastColoredTextBox, Place, Place)

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Constructor

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

Syntax

C#
public Range(
	FastColoredTextBox tb,
	Place start,
	Place end
)
Visual Basic
Public Sub New ( _
	tb As FastColoredTextBox, _
	start As Place, _
	end As Place _
)
Visual C++
public:
Range(
	FastColoredTextBox^ tb, 
	Place start, 
	Place end
)

See Also