FastColoredTextBox.ProcessKey Method (Keys)

T3000 CrossPlatform

FastColoredTextBoxProcessKey Method (Keys)

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

Process control keys

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public virtual bool ProcessKey(
	Keys keyData
)
Public Overridable Function ProcessKey ( 
	keyData As Keys
) As Boolean

Dim instance As FastColoredTextBox
Dim keyData As Keys
Dim returnValue As Boolean

returnValue = instance.ProcessKey(keyData)

Parameters

keyData
Type: System.Windows.FormsKeys

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

Return Value

Type: Boolean

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

See Also