Vcl.ExtCtrls.TControlBar.Picture

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Picture: TPicture read FPicture write SetPicture;

C++

__property Picture;

Properties

Type Visibility Source Unit Parent
property published
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TControlBar

Description

Specifies the control bar's picture.

Vcl.ExtCtrls.TControlBar.Picture inherits from Vcl.ExtCtrls.TCustomControlBar.Picture. All content below this line refers to Vcl.ExtCtrls.TCustomControlBar.Picture.

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