Skip to main content

TdxTileControlActionBarItem.Glyph Property

Specifies the action bar item’s image.

Declaration

property Glyph: TdxSmartImage read; write;

Property Value

Type
TdxSmartImage

Remarks

Use an image and a caption to communicate the action bar item’s functionality to end-users. To specify an image, either assign it to the Glyph property or use the ImageIndex property to select the image from the action bars’ image list.

The Glyph property’s image can consist of one to three state images in a row. They represent (from left to right) the normal, hot-tracked, and pressed item states. Depending on the GlyphType property setting, these state images are either final images or transparency masks.

Use the GlyphFrameCount property to specify the number of state images contained in Glyph. The action bar item displays the normal state image if images for the hot-tracked and/or pressed item states are excluded. If both the Glyph and ImageIndex properties do not specify an image, the action bar item displays the following default image.

See Also