RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TToolBar.Flat Property

Makes the toolbar transparent and eliminates tool-button borders.

Pascal
property Flat: Boolean;
C++
__property Boolean Flat;

If Flat is set to true, the toolbar and its tool buttons are transparent; background colors and graphics show through them. In addition, when Flat is true, tool buttons (TToolButton) on the toolbar have pop-up borders that appear only when the mouse is passed over the button. 

 

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