Vcl.ExtCtrls.TCustomControlBar.Picture

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Picture: TPicture read FPicture write SetPicture;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomControlBar

Description

Specifies the control bar's picture.

Use Picture to specify the control bar's picture. The picture is tiled across the control bar.

See Also