Processes custom keystrokes for this control.
Some are simply channeled to subcontrols (e.g. Ctrl+/)
while some operate directly in this scope.
Namespace: CleanCode.SqlEditorControlsAssembly: CleanCode.SqlEditorControls (in CleanCode.SqlEditorControls.dll) Version: 1.2.3.0 (1.2.03)
Syntax
Parameters
- msg
- Type:
System.Windows.Forms Message
A
Message, passed by reference,
that represents the window message to process.
- keyData
- Type:
System.Windows.Forms Keys
One of the
Keys values
that represents the key to process.
Return Value
true if the character was processed by the control; otherwise, false.See Also