Skip to main content

TcxCustomHitTestController.HitState Property

Determines the control element to which the test point belongs.

Declaration

property HitState: TcxHitCode read;

Property Value

Type
TcxHitCode

Remarks

Use this property to obtain the hit code of the control element that owns the test point.

Unlike HitCode, HitState does not check if the test point belongs to a certain control element but immediately returns the test point’s hit code.

See Also