Vcl.ActnMan.TCustomActionControl.DrawBackground
Delphi
procedure DrawBackground(var PaintRect: TRect); virtual;
C++
virtual void __fastcall DrawBackground(System::Types::TRect &PaintRect);
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
procedure function |
protected | Vcl.ActnMan.pas Vcl.ActnMan.hpp |
Vcl.ActnMan | TCustomActionControl |
Description
Dessine une image d'arrière-plan sur le contrôle.
Utilisez DrawBackground pour dessiner une image d'arrière-plan sur le contrôle dans la zone spécifiée par PaintRect.