Table of Contents

Method HitTestLocation

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

HitTestLocation(PointD)

Gets TreeViewHitTestLocations at a given client point, in device-independent units.

public virtual TreeViewHitTestLocations HitTestLocation(PointD point)

Parameters

point PointD

The PointD at which to retrieve item information.

Returns

TreeViewHitTestLocations

The hit test result.

Remarks

Use this method to determine whether a point is located in a TreeViewItem and where within the item the point is located, such as on the label or image area.