Vcl.ActnMan.TCustomActionControl.GlyphLayout

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GlyphLayout: TButtonLayout read FGlyphLayout write SetGlyphLayout;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionControl

Description

Describes where the image should be on the control

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 (referenced above) for more information.

See Also