RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TToolBar.HotImages Property

Lists the images that can appear on tool buttons when the mouse points to them.

Pascal
property HotImages: TCustomImageList;
C++
__property TCustomImageList HotImages;

HotImages contains a list of images that can appear on tool buttons when the mouse passes over them at runtime. Each tool button's ImageIndex property determines the specific image displayed when the mouse points to it. If HotImages is unassigned, tool buttons retain their regular images (specified by the Images property) when pointed to. Use a TImageList control to hold the images that will be shown for hot images. Typically, then, the application will have two TImageList controls, one for the Images property and one for the HotImages property. 

To use HotImages set the Flat property to True

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!