Vcl.ActnMan.TActionBarItem.GlyphLayout

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GlyphLayout: TButtonLayout read FGlyphLayout write SetGlyphLayout default blGlyphLeft;

C++

__property Vcl::Buttons::TButtonLayout GlyphLayout = {read=FGlyphLayout, write=SetGlyphLayout, default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TActionBarItem

Description

Describes where the images should be for all the actions on the ActionBand associated with TActionBarItem.

GlyphLayout describes where the image should be placed on the control. The description is in terms of a TButtonLayout value; see the documentation for that type for more information.