RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSpeedButton.Flat Property

Determines whether the button has a 3D border that provides a raised or lowered look.

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

Set Flat to true to remove the raised border when the button is unselected and the lowered border when the button is clicked or selected. When Flat is true, use separate bitmaps for the different button states to provide visual feedback to the user about the button state. 

 

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