[]
        
(Showing Draft Content)

C1.Win.Touch.TouchProcessor.HandleMessage

HandleMessage Method

HandleMessage(ref Message)

Processes touch-related Windows messages.

Declaration
public bool HandleMessage(ref Message m)
Parameters
Type Name Description
Message m

The Message to process.

Returns
Type Description
bool

Returns true if the message is handled and the owner control's WndProc() shouldn't call base.WndProc().

Remarks

It must be executed from the owner control's WndProc() method.