InsertText Method (String, Boolean)

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Insert text into current selected position

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

Syntax

C#
public virtual void InsertText(
	string text,
	bool jumpToCaret
)
Visual Basic
Public Overridable Sub InsertText ( _
	text As String, _
	jumpToCaret As Boolean _
)
Visual C++
public:
virtual void InsertText(
	String^ text, 
	bool jumpToCaret
)

Parameters

text
Type: System..::..String
jumpToCaret
Type: System..::..Boolean

See Also