[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Indicates if the specified position is within the bounds for the arrow drawn on a drop-down button.
Source position: comctrls.pp line 2191
public function TToolButton.PointInArrow( |
const X: Integer; |
const Y: Integer |
):Boolean; |
X |
|
Horizontal coordinate examined in the method. |
Y |
|
Vertical coordinate examined in the method. |
True when the coordinates are within the arrow for the drop-down.
Version 4.0 | Generated 2025-05-03 | Home |