[Overview][Types][Classes][Procedures and functions][Index] |
Gets the control band at the specified mouse coordinates.
Source position: extctrls.pp line 1597
public function TCustomControlBar.MouseToBandPos( |
X: Integer; |
Y: Integer; |
out AGrabber: Boolean |
):TCtrlBand; |
X |
|
Horizontal coordinate for the mouse pointer. |
Y |
|
Vertical coordinate for the mouse pointer. |
AGrabber |
|
True if the mouse coordinates are over the grabber for the band. |
TCtrlBand instance at the specified coordinates, or Nil when not on a visible band.
|
Handles a mouse move message including dragging a control band. |