[Overview][Types][Classes][Procedures and functions][Index] |
Event handler signalled when a drag operation is about to begin for a band on the control bar.
Source position: extctrls.pp line 1674
public property TCustomControlBar.OnBandDrag : TBandDragEvent |
OnBandDrag can be used to determine if the TCtrlBand instance can be used in a drag and drop operation. The Drag argument can be set to False in the event handler to prevent the drag and drop operation.
Called from the DragControl method before the Drag manager starts the drag and drop operation for the band.
|
Signals an assigned OnBandDrag event handler and starts a drag operation for the specified control. |
|
|
Represents a band and control displayed by TControlBar. |
|
|
Specifies an event handler signalled when a control on a band is dragged. |
|
|
The current DragManager (always TDragManagerDefault). |
|
|
The abstract base class used to manage dragging of controls (for drop or dock operations). |
Version 4.0 | Generated 2025-05-03 | Home |