[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FpSpread.ProcessKeyPreview

ProcessKeyPreview Method

ProcessKeyPreview(ref Message)

Processes a key by the component by previewing the specified keyboard message.

Declaration
protected override bool ProcessKeyPreview(ref Message msg)
Protected Overrides Function ProcessKeyPreview(ByRef msg As Message) As Boolean
Parameters
Type Name Description
Message msg

Message object, passed by reference, that contains the message to process

Returns
Type Description
bool

true if the message was processed by the component; otherwise, false

Overrides