Skip to main content
A newer version of this page is available. .

TokenEdit.CalcHitInfo(Point) Method

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v22.1.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