Click or drag to resize

KryptonNavigatorProcessKeyPreview(Message) Method

Previews a keyboard message.

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

Parameters

m  Message
A Message that represents the window message to process.

Return Value

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