TdxCustomTileControl.ActiveHitTest Property
Returns HitTest information about a specific point within the current tile control.
Declaration
property ActiveHitTest: TdxTileControlHitTest read;
Property Value
Type |
---|
TdxTileControlHitTest |
Remarks
Use this property to obtain the HitTest information about any point within the tile control. To specify the point to inspect, use HitTest
.HitPoint, HitTest
.HitX, and HitTest
.HitY properties, or the HitTest
.Calculate method.
Refer to the TdxTileControlHitTest class description to learn about the information returned by the HitTest
property. For the code example on how to use this property, refer to the TdxTileControlHitTest.Recalculate method description.
See Also