JVCL Help:TJvTransparentButtonImages
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTransparentButtonImages Class
[+] JvTransparentButton.pas Classes
[+] TJvTransparentButtonImages Methods
[+] TJvTransparentButtonImages Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvTransparentButtonImages
run\JvTransparentButton.pas
Summary
A button that can display images and text and also can align text and image in various ways.
Pascal
run\JvTransparentButton.pas
TJvTransparentButtonImages = class(TPersistent);
Description
Use TJvTransparentButtonImages when you need a button that can:
- display an image from an imagelist as well as text.
- display different images depending on its state
- align the text and image in several positions.
- use different frame colors.
- be transparent or opaque.
- display multi-line strings.
- automatically create disabled and "hot" images.
TJvTransparentButtonImages is very similar to TJvTransparentButton but uses imagelists instead of a bitmap image for its image. Using imagelists is more resource friendly but can be more difficult to set up.
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