Vcl.ActnMan.TActionClientItem.ShowGlyph

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ShowGlyph: Boolean read FShowGlyph write SetShowGlyph default True;

C++

__property bool ShowGlyph = {read=FShowGlyph, write=SetShowGlyph, default=1};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TActionClientItem

Beschreibung

Bestimmt, ob für die Aktion ein Bild angezeigt werden soll.

Einem Element auf einem Aktionsband kann ein Bild zugeordnet werden. ShowGlyph legt fest, ob das Bild angezeigt werden soll, wenn das Element gezogen wird.

Siehe auch