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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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