A multi-touch aware control.
The following tables list the members exposed by the TouchControl type.
Public Constructors| Name | Description | |
|---|---|---|
![]() |
Initializes a new instace of the TouchControl class. |
Public Properties| Name | Description | |
|---|---|---|
![]() |
Gets or sets whether the control handles touch events to implement multi-touch interactions. |
Protected Methods| Name | Description | |
|---|---|---|
![]() |
Control.WndProc override. |
|
![]() |
Raises the TouchDown event. |
|
![]() |
Raises the TouchMove event. |
|
![]() |
Raises the TouchUp event. |
|
![]() |
Control.OnHandleCreated override. |
Public Events| 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. |
See Also