Vcl.StdActnMenus.TStandardAddRemoveItem.DrawBackground

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DrawBackground(var PaintRect: TRect); override;

C++

virtual void __fastcall DrawBackground(System::Types::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.

See Also