RoundTextBoxMultilineProcessCmdKey Method
Processes a command key.
Namespace: BeeMobile.RoundTextBoxMultilineAssembly: BeeMobile.RoundTextBoxMultiline.NET48 (in BeeMobile.RoundTextBoxMultiline.NET48.dll) Version: 4.8.1.0
protected override bool ProcessCmdKey(
ref Message msg,
Keys keyData
)
Protected Overrides Function ProcessCmdKey (
ByRef msg As Message,
keyData As Keys
) As Boolean
- 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.
Boolean if the character was processed by the control; otherwise,
.