Vcl.ComCtrls.TToolBar.Flat

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Flat: Boolean read FFlat write SetFlat default True;

C++

__property bool Flat = {read=FFlat, write=SetFlat, default=1};

Properties

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

Description

Makes the toolbar transparent and eliminates tool-button borders.

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.

See Also