[Overview][Types][Classes][Procedures and functions][Index] |
Gets the visible control for a band under the specified coordinates.
Source position: extctrls.pp line 1590
public function TCustomControlBar.HitTest( |
X: Integer; |
Y: Integer |
):TControl; |
X |
|
Horizontal position for the test. |
Y |
|
Vertical position for the test. |
The tool bar or tool button in the band at the specified position, or Nil when a visible control is not found.