TokenEdit.CalcHitInfo(Point) Method
Gets which TokenEdit control’s element is located at the specific position.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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