Back to Devexpress

TdxCustomTileControl.ActiveHitTest Property

vcl-dxcustomtilecontrol-dot-tdxcustomtilecontrol-1f4c6dfc.md

latest1.4 KB
Original Source

TdxCustomTileControl.ActiveHitTest Property

Returns HitTest information about a specific point within the current tile control.

Declaration

delphi
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

TdxCustomTileControl Class

TdxCustomTileControl Members

dxCustomTileControl Unit