FastColoredTextBox.OnKeyDown Method

T3000 CrossPlatform

FastColoredTextBoxOnKeyDown Method

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

[Missing <summary> documentation for "M:FastColoredTextBoxNS.FastColoredTextBox.OnKeyDown(System.Windows.Forms.KeyEventArgs)"]

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
protected override void OnKeyDown(
	KeyEventArgs e
)
Protected Overrides Sub OnKeyDown ( 
	e As KeyEventArgs
)

Dim e As KeyEventArgs

Me.OnKeyDown(e)

Parameters

e
Type: System.Windows.FormsKeyEventArgs

[Missing <param name="e"/> documentation for "M:FastColoredTextBoxNS.FastColoredTextBox.OnKeyDown(System.Windows.Forms.KeyEventArgs)"]

See Also