Click or drag to resize

KryptonNavigatorProcessKeyPreview Method (Message)

Previews a keyboard message.

Namespace:  Internal.ComponentFactory.Krypton.Navigator
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected virtual bool ProcessKeyPreview(
	ref Message m
)

Parameters

m
Type: System.Windows.FormsMessage
A Message that represents the window message to process.

Return Value

Type: Boolean
true if the message was processed by the control; otherwise false.
See Also