Vcl.ExtCtrls.TControlBar.Picture

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Picture: TPicture read FPicture write SetPicture;

C++

__property Picture;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TControlBar

Beschreibung

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

Vcl.ExtCtrls.TControlBar.Picture erbt von Vcl.ExtCtrls.TCustomControlBar.Picture. Der folgende Inhalt bezieht sich auf Vcl.ExtCtrls.TCustomControlBar.Picture.

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