Skip to main content
All docs
V18.2

FluentDesignFormControl.GetLinkByPoint(Point, Boolean) Method

Returns the bar item link located under the specific coordinates.

Namespace: DevExpress.XtraBars.FluentDesignSystem

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

public override BarItemLink GetLinkByPoint(
    Point screenPoint,
    bool includeSeparator
)

Parameters

Name Type Description
screenPoint Point

A Point structure that represents the coordinates to check.

includeSeparator Boolean

true, if separators are accepted as returned objects; otherwise, false.

Returns

Type Description
BarItemLink

The BarItemLink located under the specific coordinates.

See Also