JVCL Help:IJvDataItemsImages.DisabledImages
JVCL Help: IJvDataItemsImages.DisabledImages Property
Search in JVCL Help
Search in all projectsSummary
Get or set the image list to use for disabled items.
Pascal
propertyDisabledImages: TCustomImageList;
Description
DisabledImages contains a list of bitmaps that can be rendered with an item if that item or the control it's rendered in is in a disabled state. Read DisabledImages to retrieve the list of bitmaps currently used or set DisabledImages to a new list of bitmaps to use.
If an item or the control is disabled but DisabledImages is not assigned, the rendering code will normally use the normal image list (specified by Images) and render that bitmap in a greyed-out/disabled state.
See Also
IJvDataItemsImages.GetDisabledImages, IJvDataItemsImages.HotImages, IJvDataItemsImages.Images, IJvDataItemsImages.SetDisabledImages
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