Vcl.ComCtrls.TToolBar.Transparent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Transparent: Boolean read FTransparent write SetTransparent stored FTransparentSet;

C++

__property bool Transparent = {read=FTransparent, write=SetTransparent, stored=FTransparentSet, nodefault};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TToolBar

Description

Specifies whether the toolbar is transparent.

Use Transparent to get or set whether the toolbar is transparent. Note the Transparent property applies only to the toolbar itself—not its buttons.

Tip: To avoid painting problems, set the Transparent property before the toolbar becomes visible.