JVCL Help:IJvDataItemsImages.HotImages

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Get or set the image list to use for "hot" items.


Pascal

 propertyHotImages: TCustomImageList;


Description

HotImages contains a list of bitmaps that can be rendered with an item if that item is "hot" (e.g. the mouse is hovering over it). Read HotImages to retrieve the list of bitmaps currently used or set HotImages to a new list of bitmaps to use.
If an item is "hot" but HotImages is not assigned, the rendering code will normally use the normal image list (specified by Images).


See Also

IJvDataItemsImages.DisabledImages, IJvDataItemsImages.GetHotImages, IJvDataItemsImages.Images, IJvDataItemsImages.SetHotImages


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page