Skip to main content

TcxSchedulerSubControlHitTest.HitPoint Property

Specifies the client coordinates of the test point in pixels.

Declaration

property HitPoint: TPoint read; write;

Property Value

Type
TPoint

Remarks

The HitPoint property represents a structure of coordinates – horizontal X and vertical Y. As an alternative you can use the HitX and HitY properties to specify the client coordinates of the test point.

See Also