RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomButtonControl.Flat Property

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

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

Set Flat to true if you want the button to display the button 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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!