[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.RichTextEditor.ProcessKeyMessage

ProcessKeyMessage Method

ProcessKeyMessage(ref Message)

Processes a keyboard message.

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

A System.Windows.Forms.Message, passed by reference, that represents the window message to process.

Returns
Type Description
bool

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

Overrides