FastColoredTextBox.OnKeyPressed Method

T3000 CrossPlatform

FastColoredTextBoxOnKeyPressed Method

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

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

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public void OnKeyPressed(
	char c
)
Public Sub OnKeyPressed ( 
	c As Char
)

Dim instance As FastColoredTextBox
Dim c As Char

instance.OnKeyPressed(c)

Parameters

c
Type: SystemChar

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

See Also