Vcl.ActnMan.TCustomActionControl.GlyphLayout

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property GlyphLayout: TButtonLayout read FGlyphLayout write SetGlyphLayout;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionControl

Beschreibung

Beschreibt die Position für die Grafik im Steuerelement.

GlyphLayout beschreibt, wo das Bild in das Steuerelement eingefügt werden soll. Die Angabe erfolgt in Form eines TButtonLayout-Wertes. Weitere Informationen finden Sie in der Dokumentation zu diesem Typ (unter Siehe auch).

Siehe auch