AdvancedTextBoxProcessCmdKey Method
Processes a command key.
Namespace: KGySoft.WinForms.ControlsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
protected override bool ProcessCmdKey(
ref Message m,
Keys keyData
)
Protected Overrides Function ProcessCmdKey (
ByRef m As Message,
keyData As Keys
) As Boolean
protected:
virtual bool ProcessCmdKey(
Message% m,
Keys keyData
) override
abstract ProcessCmdKey :
m : Message byref *
keyData : Keys -> bool
override ProcessCmdKey :
m : Message byref *
keyData : Keys -> bool
- 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.
Boolean if the command key was processed by the control; otherwise,
.