[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'ExtCtrls' (#lcl)

TCustomControlBar.MouseDown

Handles a mouse down message in the control.

Declaration

Source position: extctrls.pp line 1571

protected procedure TCustomControlBar.MouseDown(

  Button: TMouseButton;

  Shift: TShiftState;

  X: Integer;

  Y: Integer

); override;

Description

Overridden to provide support for dragging the control band under the mouse cursor.

See also

TControl.MouseDown

  

Handler for MouseDown events.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.