Click or drag to resize

KryptonNavigatorProcessCmdKey Method

Processes a command key.

Namespace:  Internal.ComponentFactory.Krypton.Navigator
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
protected override bool ProcessCmdKey(
	ref Message msg,
	Keys keyData
)

Parameters

msg
Type: System.Windows.FormsMessage
A Message, passed by reference, that represents the window message to process.
keyData
Type: System.Windows.FormsKeys
One of the Keys values that represents the key to process.

Return Value

Type: Boolean
True is handled; otherwise false.
See Also