A multi-touch aware control.
The following tables list the members exposed by the TouchControl type.
Name | Description | |
---|---|---|
Initializes a new instace of the TouchControl class. |
Name | Description | |
---|---|---|
Gets or sets whether the control handles touch events to implement multi-touch interactions. |
Name | Description | |
---|---|---|
Control.WndProc override. |
||
Raises the TouchDown event. |
||
Raises the TouchMove event. |
||
Raises the TouchUp event. |
||
Control.OnHandleCreated override. |
Name | Description | |
---|---|---|
Raised when a new touch is added to the touch screen. |
||
Raised when a touch moves. |
||
Raised when a touch is removed from the touch screen. |