Controls.TControl.DrawDragDockImage
From RAD Studio VCL Reference
Contents |
Delphi Information
From Controls.pas
procedure DrawDragDockImage(DragDockObject: TDragDockObject); dynamic;
Unit: Controls
Type: method
Visibility: protected
Member Of: TControl
C++ Information
From Controls.hpp
dynamic virtual void __fastcall DrawDragDockImage(Controls::TDragDockObject * DragDockObject);
Unit: Controls
Type: method
Visibility: protected
Member Of: TControl
Description
Draws the dock image for the control.
DrawDragDockImage is called automatically to draw the control (or, more typically, the drag rectangle) when the control is manipulated in drag-and-dock operations.
DrawDragDockImage calls DefaultDockImage to render the image.