Vcl.ExtCtrls.TCustomControlBar.Picture

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Picture: TPicture read FPicture write SetPicture;

C++

__property Vcl::Graphics::TPicture* Picture = {read=FPicture, write=SetPicture};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomControlBar

Beschreibung

Legt das Bild für das ControlBar-Objekt fest.

Mit Picture wird das Bild für das ControlBar-Objekt festgelegt. Das Bild wird in einem Kachelmuster angeordnet.

Siehe auch