[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Dialogs.MoreColors.ProcessCmdKey

ProcessCmdKey Method

ProcessCmdKey(ref Message, Keys)

Processes a command key.

Declaration
protected override bool ProcessCmdKey(ref Message msg, Keys keyData)
Protected Overrides Function ProcessCmdKey(ByRef msg As Message, keyData As Keys) As Boolean
Parameters
Type Name Description
Message msg

A System.Windows.Forms.Message, passed by reference

Keys keyData

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

Returns
Type Description
bool

true if the keystroke was processed and consumed by the control; otherwise, false

Overrides