AdvancedTextBoxProcessCmdKey Method

Processes a command key.

Definition

Namespace: KGySoft.WinForms.Controls
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
protected override bool ProcessCmdKey(
	ref Message m,
	Keys keyData
)

Parameters

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

Return Value

Boolean
if the command key was processed by the control; otherwise, .

See Also