SqlEditor ProcessCmdKey Method CleanCode C# Libraries v1.2.03 API
Processes custom keystrokes for this control. Some are simply channeled to subcontrols (e.g. Ctrl+/) while some operate directly in this scope.

Namespace: CleanCode.SqlEditorControls
Assembly: CleanCode.SqlEditorControls (in CleanCode.SqlEditorControls.dll) Version: 1.2.3.0 (1.2.03)
Syntax

protected override bool ProcessCmdKey(
	ref Message msg,
	Keys keyData
)

Parameters

msg
Type: OnlineSystem.Windows.Forms Message 
A OnlineMessage, passed by reference, that represents the window message to process.
keyData
Type: OnlineSystem.Windows.Forms Keys
One of the OnlineKeys values that represents the key to process.

Return Value

true if the character was processed by the control; otherwise, false.
See Also