Skip to main content

TdxBarCustomPopupComponent.Images Property

Specifies an image list that contains images for standard size (16 by 16 pixels) bar item controls or enlarged standard size buttons, located in the popup component.

Declaration

property Images: TCustomImageList read; write;

Property Value

Type
TCustomImageList

Remarks

Normally, standard size bar item controls display images from an image list provided via a bar manager’s ImageOptions.Images property. You can associate any bar item with a specific image from this list via the item’s ImageIndex property. All item controls that correspond to this bar item will display the selected image. When a popup component is dynamically populated with bar item controls, it’s easier to provide images for this particular popup component via its own Images property, and make its item controls reference these images via a corresponding item link‘s ImageIndex property. If the item link’s ImageIndex property is assigned a negative value, the ImageIndex property of the corresponding bar item will be used instead.

A popup component’s Images property is also in effect for enlarged standard size buttons located in this popup component. You can specify which icons should be displayed by these buttons via a bar manager’s ImageOptions.UseLargeImagesForLargeIcons option. To provide images for large size (32 by 32 pixels) item controls, use a bar manager’s ImageOptions.LargeImages property.

See Also