Vcl.ComCtrls.TToolBarDockObject.DrawDragDockImage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DrawDragDockImage; override;

C++

virtual void __fastcall DrawDragDockImage();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TToolBarDockObject

Description

Called when the dock image for a control is drawn.

Vcl.ComCtrls.TToolBarDockObject.DrawDragDockImage inherits from Vcl.Controls.TDragDockObject.DrawDragDockImage. All content below this line refers to Vcl.Controls.TDragDockObject.DrawDragDockImage.

Called when the dock image for a control is drawn.

Override DrawDragDockImage in a derived class to change the way the dock image is drawn.