Gets the current touch state of the control

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

Syntax

C#
public override bool Touching { get; }

Property Value

Type: Boolean

Implements

IControl..::..Touching

Remarks

Returns true if the control is currently being touched. If the Touching property of the parent or of any child is true, then Panel.Touching returns true as well.

See Also