Table of Contents

Method ProcessCmdKey

Namespace
vdScrollableControl
Assembly
vdScrollableControl.dll

ProcessCmdKey(ref Message, Keys)

Processes a command key.

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

Parameters

msg Message

A System.Windows.Forms.Message, passed by reference, that represents the window message to process.

keyData Keys

One of the System.Windows.Forms.Keys values that represents the key to process.

Returns

bool

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