[]
Processes touch-related Windows messages.
public bool HandleMessage(ref Message m)
| Type | Name | Description |
|---|---|---|
| Message | m | The Message to process. |
| Type | Description |
|---|---|
| bool | Returns true if the message is handled and the owner control's WndProc() shouldn't call base.WndProc(). |
It must be executed from the owner control's WndProc() method.