Vcl.Buttons.TSpeedButton.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 TSpeedButton

Description

Determines where the image or text appears on the speed button.

Set Layout to determine the position of the bitmap specified by the Glyph property or the text specified by the Caption property.

See Also