RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TToolBar.DisabledImages Property

Lists the images that can appear on disabled tool buttons.

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

DisabledImages contains a list of images that can appear on tool buttons when they are disabled. Each tool button's ImageIndex property determines the specific image displayed on it. If DisabledImages is unassigned, disabled tool buttons display grayed versions of their regular images (specified by the Images property). 

 

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