Vcl.ActnMan.TActionClient.Background

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Background: TPicture read GetBackground write SetBackground

C++

__property Vcl::Graphics::TPicture* Background = {read=GetBackground, write=SetBackground, stored=IsBackgroundStored};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TActionClient

Description

Specifies the image that is drawn on the action client's action band for the action client.

Use Background to specify the image that is drawn on the action client's action band for the action client object itself.

See Also