Vcl.Buttons.TButtonLayout

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TButtonLayout = (blGlyphLeft, blGlyphRight, blGlyphTop, blGlyphBottom);

C++

enum DECLSPEC_DENUM TButtonLayout : unsigned char { blGlyphLeft, blGlyphRight, blGlyphTop, blGlyphBottom };

Properties

Type Visibility Source Unit Parent
enum public
Vcl.Buttons.pas
Vcl.Buttons.hpp
Vcl.Buttons Vcl.Buttons

Description

TButtonLayout defines values for the Layout property of buttons.

TButtonLayout defines the location of an image on a button. The following table lists the values for TButtonLayout:



Value Meaning

blGlyphLeft

The image appears near the left side of the button.

blGlyphRight

The image appears near the right side of the button.

blGlyphTop

The image appears near the top of the button.

blGlyphBottom

The image appears near the bottom of the button.

See Also

Code Examples