[]
        
(Showing Draft Content)

C1.Win.Input.GrapeCity.Framework.Input.IMessageProcessor.PreProcess

PreProcess Method

PreProcess(ref Message)

Process the message before other processors.

Declaration
bool PreProcess(ref Message m)
Parameters
Type Name Description
Message m

A Message indicates the window message.

Returns
Type Description
bool

A bool value indicates whether the message will be processed by other processors. true the message will not be process any. false otherwise.