AutocompleteListView.ProcessCmdKey Method

T3000 CrossPlatform

AutocompleteListViewProcessCmdKey Method

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

[Missing <summary> documentation for "M:FastColoredTextBoxNS.AutocompleteListView.ProcessCmdKey(System.Windows.Forms.Message@,System.Windows.Forms.Keys)"]

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
protected override bool ProcessCmdKey(
	ref Message msg,
	Keys keyData
)
Protected Overrides Function ProcessCmdKey ( 
	ByRef msg As Message,
	keyData As Keys
) As Boolean

Dim msg As Message
Dim keyData As Keys
Dim returnValue As Boolean

returnValue = Me.ProcessCmdKey(msg, 
	keyData)

Parameters

msg
Type: System.Windows.FormsMessage

[Missing <param name="msg"/> documentation for "M:FastColoredTextBoxNS.AutocompleteListView.ProcessCmdKey(System.Windows.Forms.Message@,System.Windows.Forms.Keys)"]

keyData
Type: System.Windows.FormsKeys

[Missing <param name="keyData"/> documentation for "M:FastColoredTextBoxNS.AutocompleteListView.ProcessCmdKey(System.Windows.Forms.Message@,System.Windows.Forms.Keys)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:FastColoredTextBoxNS.AutocompleteListView.ProcessCmdKey(System.Windows.Forms.Message@,System.Windows.Forms.Keys)"]

See Also