FastColoredTextBox.InsertChar Method

T3000 CrossPlatform

FastColoredTextBoxInsertChar Method

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

[Missing <summary> documentation for "M:FastColoredTextBoxNS.FastColoredTextBox.InsertChar(System.Char)"]

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
protected virtual void InsertChar(
	char c
)
Protected Overridable Sub InsertChar ( 
	c As Char
)

Dim c As Char

Me.InsertChar(c)

Parameters

c
Type: SystemChar

[Missing <param name="c"/> documentation for "M:FastColoredTextBoxNS.FastColoredTextBox.InsertChar(System.Char)"]

See Also