Vcl.ExtCtrls.TControlBar.OnBandDrag

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnBandDrag;

C++

__property OnBandDrag;

Properties

Type Visibility Source Unit Parent
event published
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TControlBar

Description

Occurs when the user starts a drag operation on a specified control.

Vcl.ExtCtrls.TControlBar.OnBandDrag inherits from Vcl.ExtCtrls.TCustomControlBar.OnBandDrag. All content below this line refers to Vcl.ExtCtrls.TCustomControlBar.OnBandDrag.

Occurs when the user starts a drag operation on a specified control.

Use OnBandDrag to conditionally allow the user to start dragging a control in the control bar.

OnBandDrag is an event handler of type Vcl.ExtCtrls.TBandDragEvent.

See Also