RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TToolBar.Transparent Property

Specifies whether the toolbar is transparent.

Pascal
property Transparent: Boolean;
C++
__property Boolean 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.
 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!