Vcl.Buttons.TBitBtn.Layout

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Layout: TButtonLayout read FLayout write SetLayout default blGlyphLeft;

C++

__property TButtonLayout Layout = {read=FLayout, write=SetLayout, default=0};

Properties

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

Description

Specifies where the image appears on the bitmap button.

Layout indicates whether the text appears on the left of the button (blGlyphLeft), the right of the button (blGlyphRight), the top (blGlyphTop) or the bottom (blGlyphBottom).

See Also

Code Examples