Vcl.ActnMan.TActionClient.BackgroundLayout

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BackgroundLayout: TBackgroundLayout read FBackgroundLayout  write SetBackgroundLayout default blNormal;

C++

__property TBackgroundLayout BackgroundLayout = {read=FBackgroundLayout, write=SetBackgroundLayout, default=0};

Properties

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

Description

Specifies how the image specified in the Background property is rendered on the action band used by the action client to render any sub-items that are contained by the action client.

The values of BackgroundLayout are as follows:.



blNormal

Image is drawn normally, starting at coordinate 0,0 of the action band and the sub-item captions are rendered with a transparent background.

blStretch

Image is stretch drawn to fit the client area of the action band, starting at coordinate 0,0 of the action band and sub-item captions are rendered with a transparent background.

blTile

Image is tiled to fill the action band, sub-items are rendered with a transparent background

blLeftBanner

Image is appended to the left side of the action band.

blRightBanner

Image is appended to the right side of the action band.



See Also