FastColoredTextBox.InsertText Method (String, Style)

T3000 CrossPlatform

FastColoredTextBoxInsertText Method (String, Style)

[This is preliminary documentation and is subject to change.]

Insert text into current selection position (with predefined style)

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public virtual Range InsertText(
	string text,
	Style style
)
Public Overridable Function InsertText ( 
	text As String,
	style As Style
) As Range

Dim instance As FastColoredTextBox
Dim text As String
Dim style As Style
Dim returnValue As Range

returnValue = instance.InsertText(text, 
	style)

Parameters

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:FastColoredTextBoxNS.FastColoredTextBox.InsertText(System.String,FastColoredTextBoxNS.Style)"]

style
Type: FastColoredTextBoxNSStyle

[Missing <param name="style"/> documentation for "M:FastColoredTextBoxNS.FastColoredTextBox.InsertText(System.String,FastColoredTextBoxNS.Style)"]

Return Value

Type: Range

[Missing <returns> documentation for "M:FastColoredTextBoxNS.FastColoredTextBox.InsertText(System.String,FastColoredTextBoxNS.Style)"]

See Also