Vcl.Controls.TDragDockObject.DrawDragDockImage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DrawDragDockImage; virtual;

C++

virtual void __fastcall DrawDragDockImage();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TDragDockObject

Description

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.