[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FpSpread.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 Message, passed by reference, that represents the window message to process.

Keys keyData

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

Returns
Type Description
bool

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

Overrides