T3000 CrossPlatform Documentation
InsertCharCommand 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 InsertCharCommand( TextSource ts, char c )
Public Sub New ( ts As TextSource, c As Char ) Dim ts As TextSource Dim c As Char Dim instance As New InsertCharCommand(ts, c)
Parameters
- ts
- Type: FastColoredTextBoxNSTextSource
Underlaying textbox - c
- Type: SystemChar
Inserting char
See Also