FastColoredTextBox.ProcessKey Method (Char, Keys)

T3000 CrossPlatform

FastColoredTextBoxProcessKey Method (Char, Keys)

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

Process "real" keys (no control)

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public virtual bool ProcessKey(
	char c,
	Keys modifiers
)
Public Overridable Function ProcessKey ( 
	c As Char,
	modifiers As Keys
) As Boolean

Dim instance As FastColoredTextBox
Dim c As Char
Dim modifiers As Keys
Dim returnValue As Boolean

returnValue = instance.ProcessKey(c, modifiers)

Parameters

c
Type: SystemChar

[Missing <param name="c"/> documentation for "M:FastColoredTextBoxNS.FastColoredTextBox.ProcessKey(System.Char,System.Windows.Forms.Keys)"]

modifiers
Type: System.Windows.FormsKeys

[Missing <param name="modifiers"/> documentation for "M:FastColoredTextBoxNS.FastColoredTextBox.ProcessKey(System.Char,System.Windows.Forms.Keys)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:FastColoredTextBoxNS.FastColoredTextBox.ProcessKey(System.Char,System.Windows.Forms.Keys)"]

See Also