Vcl.StdActnMenus.TStandardAddRemoveItem.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 | TStandardAddRemoveItem |
Description
Draws a background image on the customization menu.
This method is largely the same as the inherited method, with some modifications to account for the method of selection. See the inherited method for more details.