API:Vcl.ToolWin.TToolDockObject.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.ToolWin.pas
Vcl.ToolWin.hpp
Vcl.ToolWin TToolDockObject

Description

Called when the dock image for a control is drawn.

Vcl.ToolWin.TToolDockObject.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.