ReplaceTextCommand Constructor

T3000 CrossPlatform

ReplaceTextCommand Constructor

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

Constructor

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public ReplaceTextCommand(
	TextSource ts,
	List<Range> ranges,
	string insertedText
)
Public Sub New ( 
	ts As TextSource,
	ranges As List(Of Range),
	insertedText As String
)

Dim ts As TextSource
Dim ranges As List(Of Range)
Dim insertedText As String

Dim instance As New ReplaceTextCommand(ts, ranges, 
	insertedText)

Parameters

ts
Type: FastColoredTextBoxNSTextSource
Underlaying textbox
ranges
Type: System.Collections.GenericListRange
List of ranges for replace
insertedText
Type: SystemString
Text for inserting
See Also