Search
TouchControl Members
Constructors Properties Methods Events
 


A multi-touch aware control.

The following tables list the members exposed by the TouchControl type.

 Public Constructors

  Name Description

TouchControl

Initializes a new instace of the TouchControl class.

 Public Properties

  Name Description

EnableMultiTouch

Gets or sets whether the control handles touch events to implement multi-touch interactions.

 Protected Methods

  Name Description

OnHandleCreated

Control.WndProc override.

OnTouchDown

Raises the TouchDown event.

OnTouchMove

Raises the TouchMove event.

OnTouchUp

Raises the TouchUp event.

WndProc

Control.OnHandleCreated override.

 Public Events

  Name Description

TouchDown

Raised when a new touch is added to the touch screen.

TouchMove

Raised when a touch moves.

TouchUp

Raised when a touch is removed from the touch screen.

 See Also