[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FpSpread.PreProcessMessage

PreProcessMessage Method

PreProcessMessage(ref Message)

Preprocesses keyboard or input messages within the message loop before they are dispatched.

Declaration
public override bool PreProcessMessage(ref Message msg)
Public Overrides Function PreProcessMessage(ByRef msg As Message) As Boolean
Parameters
Type Name Description
Message msg

A System.Windows.Forms.Message, passed by reference, that represents the message to process. The possible values are WM_KEYDOWN, WM_SYSKEYDOWN, WM_CHAR, and WM_SYSCHAR.

Returns
Type Description
bool

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

Overrides
OSZAR »