JVCL Help:TJvTransparentButton
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTransparentButton Class
[+] JvTransparentButton.pas Classes
[+] TJvTransparentButton Methods
[+] TJvTransparentButton Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvTransparentButton
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
TJvTransparentButton = class(TJvCustomGraphicButton);
Description
- JVCLInfo
Use TJvTransparentButton when you need a button that can:
- display an image as well as text.
- 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.
TJvTransparentButton is very similar to TJvTransparentButtonImages but uses a bitmap instead of image lists for its image. Using image lists is more resource friendly but can be more laborious 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