Click or drag to resize

KryptonWrapLabelProcessCmdKey(Message, Keys) Method

Processes a command key.

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected virtual bool ProcessCmdKey(
	ref Message msg,
	Keys keyData
)

Parameters

msg  Message
A Message, passed by reference, that represents the window message to process.
keyData  Keys
One of the Keys values that represents the key to process.

Return Value

Boolean
True is handled; otherwise false.
See Also