Skip to main content

TdxCustomLayoutItemImageOptions.Glyph Property

Specifies the caption’s glyph.

Declaration

property Glyph: TdxSmartGlyph read; write;

Property Value

Type
TdxSmartGlyph

Remarks

The Glyph property is in effect, if the Visible property is True, and the VisibleElements property value includes the cveImage option.

If specified, the Glyph property overrides the ImageIndex property.

Alternatively, use the ImageIndex property to specify caption images from the bound image lists that are associated with enabled and disabled states of a layout element (see the layout control’s OptionsImage.Images, OptionsImage.DisabledImages properties and the element’s Enabled property).

See Also