JVCL Help:TJvTransparentButton.Transparent
JVCL Help: TJvTransparentButton.Transparent Property
Search in JVCL Help
Search in all projectsSummary
Specifies whether controls that sit below the control on a form can be seen through the control.
Pascal
propertyTransparent: Boolean;
Description
Set Transparent to true to prevent the control from obscuring other controls on the form. For example, if the control is used on top of a background image, set Transparent to true so that the control does not obscure the image more than necessary. Writing text so that the background is transparent is slower than writing text when Transparent is false. If the control is not obscuring a complicated image, performance can be improved by setting the background color of the control to match the object beneath it and setting Transparent to false.
See Also
,
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