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

DropDownButton.IsArrowButtonContainsPoint(Point) Method

Gets or sets whether the drop-down arrow’s region contains the point with the specified coordinates.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public virtual bool IsArrowButtonContainsPoint(
    Point point
)

Parameters

Name Type Description
point Point

A Point structure representing the point to test.

Returns

Type Description
Boolean

true if the drop-down arrow’s region contains the point with the specified coordinates; otherwise, false.

See Also