JVCL Help:TJvTransparentButtonImages.ActiveImage
JVCL Help: TJvTransparentButtonImages.ActiveImage Property
Search in JVCL Help
Search in all projectsSummary
Specifies the imagelist to get the active image from.
Pascal
propertyActiveImage: TCustomImageList;
Description
Use ActiveImage to specify the imagelist to extract the active image from. This is the only imagelist you need to set to be able to display an image in the button. If none of the other imagelists are set, the other three images are created automatically.
See Also
TJvTransparentButtonImages.ActiveIndex, TJvTransparentButtonImages.DisabledImage, TJvTransparentButtonImages.DisabledIndex, TJvTransparentButtonImages.DownImage, TJvTransparentButtonImages.DownIndex, TJvTransparentButtonImages.GrayImage, TJvTransparentButtonImages.GrayIndex, TJvTransparentButton.InternalList
About
Notes
The button has four different imagelist properties you can assign to but they can all point to the same imagelist. The button also has four different image index properties to mat h the imagelists but these can also be set to the same value. Internally, the button creates a read-only imagelist (InternalList) that contains the selected images or the auto created images for the three other states (down, disabled, gray).
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