Vcl.StdActnMenus.TStandardMenuButton.DrawBackground
Delphi
procedure DrawBackground(var PaintRect: TRect); override;
C++
virtual void __fastcall DrawBackground(Winapi::Windows::TRect &PaintRect);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Vcl.StdActnMenus.pas Vcl.StdActnMenus.hpp |
Vcl.StdActnMenus | TStandardMenuButton |
Description
Draws a background image on the control.
Vcl.StdActnMenus.TStandardMenuButton.DrawBackground inherits from Vcl.ActnCtrls.TCustomButtonControl.DrawBackground. All content below this line refers to Vcl.ActnCtrls.TCustomButtonControl.DrawBackground.
Draws a background image on the control.
Use DrawBackground to draw a background image on the control within the area specified by PaintRect
.