Override this message to handle touch events internally.

Namespace: Skewworks.NETMF.Controls
Assembly: Skewworks.NETMF.Controls (in Skewworks.NETMF.Controls.dll) Version: 2.5.0.0 (2.5.0.0)

Syntax

C#
protected override void TouchDownMessage(
	Object sender,
	point point,
	ref bool handled
)

Parameters

sender
Type: System..::..Object
Object sending the event
point
Type: Skewworks.NETMF..::..point
Point on screen touch event is occurring
handled
Type: System..::..Boolean%
true if the event is handled. Set to true if handled.

Remarks

Forwards the message to the top most child under the point. The hit child is made the active child.

See Also