TdxUIAdornerManager.Images Property
Specifies the source of images displayed by individual badge UI adorners.
Declaration
property Images: TCustomImageList read; write;
Property Value
Type |
---|
TCustomImageList |
Remarks
Use this property to associate the UI adorner manager with an image list. Then, you can assign an image within the list to a badge by using its Background.ImageIndex property.
Alternatively, you can assign a badge background image via the Background.Glyph property.
See Also