Vcl.Buttons.TSpeedButton.Flat

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Flat: Boolean read FFlat write SetFlat default 0;

C++

__property Flat = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Buttons.pas
Vcl.Buttons.hpp
Vcl.Buttons TSpeedButton

Description

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

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.

See Also