Back to Devexpress

TdxCustomTreeView.GetHitTestAt(Integer,Integer) Method

vcl-dxtreeview-dot-tdxcustomtreeview-dot-gethittestat-x28-system-dot-integer-system-dot-integer-x29.md

latest1.0 KB
Original Source

TdxCustomTreeView.GetHitTestAt(Integer,Integer) Method

Identifies the Tree View‘s element to which the specified point belongs.

Declaration

delphi
function GetHitTestAt(X: Integer; Y: Integer): TdxTreeViewHitTest;

Parameters

NameTypeDescription
XInteger

The horizontal offset from the control’s top-left corner, in pixels.

| | Y | Integer |

The vertical offset from the control’s top-left corner, in pixels.

|

Returns

TypeDescription
TdxTreeViewHitTest

Stores HitTest information for an object located at the specified point.

|

See Also

TdxCustomTreeView Class

TdxCustomTreeView Members

dxTreeView Unit