ToolStripMenuItem.ProcessCmdKey(Message, Keys) Method

Definition

Processes a command key.

protected public:
 override bool ProcessCmdKey(System::Windows::Forms::Message % m, System::Windows::Forms::Keys keyData);
protected internal override bool ProcessCmdKey (ref System.Windows.Forms.Message m, System.Windows.Forms.Keys keyData);
override this.ProcessCmdKey : Message * System.Windows.Forms.Keys -> bool
Protected Friend Overrides Function ProcessCmdKey (ByRef m As Message, keyData As Keys) As Boolean

Parameters

m
Message

A Message, passed by reference, which represents the window message to process.

keyData
Keys

One of the Keys values that represents the key to process.

Returns

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

Applies to