Vcl.ComCtrls.TToolBarDockObject.DrawDragDockImage
Delphi
procedure DrawDragDockImage; override;
C++
virtual void __fastcall DrawDragDockImage(void);
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. {{#multireplace:Vcl.ComCtrls.TToolBarDockObject.DrawDragDockImage|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.Controls.TDragDockObject.DrawDragDockImage|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.Controls.TDragDockObject.DrawDragDockImage|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
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.