Vcl.ActnCtrls.TCustomButtonControl.DrawBackground
Delphi
procedure DrawBackground(var PaintRect: TRect); override;
C++
virtual void __fastcall DrawBackground(System::Types::TRect &PaintRect);
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
procedure function |
protected | Vcl.ActnCtrls.pas Vcl.ActnCtrls.hpp |
Vcl.ActnCtrls | TCustomButtonControl |
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
.