Vcl.ActnMan.TActionClientItem.ShowGlyph

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShowGlyph: Boolean read FShowGlyph write SetShowGlyph default True;

C++

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

Properties

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

Description

Indicates whether an image should be shown for the action.

An item on an action band may have an image associated with it. ShowGlyph determines whether or not that image should be shown when the item is drawn.

See Also