JVCL Help:TJvNavPaneBackgroundImage.Transparent
Search in JVCL Help
Search in all projectsSummary
Specifies whether the background of the image obscures the control's background.
Pascal
propertyTransparent: Boolean;
Description
Set Transparent to True to allow the control's background to show through the background of the image. Set Transparent to False to make the background of the image opaque. Setting Transparent sets the Transparent property of the Picture.
See Also
TJvNavPaneBackgroundImage.Proportional
About
Notes
Transparent has no effect unless the Picture property specifies an object that supports setting the transparency (like TBitmap objects). For example, TIcon objects are always transparent so the setting of Transparent has no effect on TIcon objects.
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