Skip to main content

TokenEdit.CalcHitInfo(Point) Method

Gets which TokenEdit control’s element is located at the specific position.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public TokenEditHitInfo CalcHitInfo(
    Point point
)

Parameters

Name Type Description
point Point

A Point structure that specifies the target position.

Returns

Type Description
DevExpress.XtraEditors.ViewInfo.TokenEditHitInfo

An DevExpress.XtraEditors.ViewInfo.TokenEditHitInfo enumerator value that specifies which TokenEdit control’s element is located at the specific position.

See Also