T3000 CrossPlatform Documentation
InsertTextCommand 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 InsertTextCommand( TextSource ts, string insertedText )
Public Sub New ( ts As TextSource, insertedText As String ) Dim ts As TextSource Dim insertedText As String Dim instance As New InsertTextCommand(ts, insertedText)
Parameters
- ts
- Type: FastColoredTextBoxNSTextSource
Underlaying textbox - insertedText
- Type: SystemString
Text for inserting
See Also