Vcl.ActnCtrls.TCustomButtonControl.Flat

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Flat: Boolean read FFlat write SetFlat;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Vcl.ActnCtrls.pas
Vcl.ActnCtrls.hpp
Vcl.ActnCtrls TCustomButtonControl

Description

Dictates whether the button should have a 2D look instead of the usual 3D look.

Set Flat to true if you want the button to display without the edge bevel that gives buttons a 3D look. This property's behavior should be identical to that of the Flat property of TSpeedButton.

See Also