TSRVToolWindow.ImageList

<< Click to display table of contents >>

TSRVToolWindow.ImageList

A reference to image list for images in tool buttons.

property ImageList: TCustomImageList;

This image list must contain buttons glyphs for all buttons states (normal, pressed, disabled) (you can use the same image for all of them).

When a toolbar displayed on a monitor that has pixel density (DPI) higher than 96, the toolbar draws images stretched, proportionally to the screen DPI. To turn off stretching, assign ScaleImagesForDPI = False.