Gets or sets whether the form loaded into the content placeholder is transparent.
object.Transparent = [boolean]
Where object is an object expression that evaluates to one of the objects in the Applies To list, and boolean is a boolean expression that evaluates to either True or False, as described in Settings.
Newlook Smartclient
Newlook Server
Introduced in Version 10.6.2.
This property only applies to the content placeholder of a master form. The content placeholder object provides a visual representation of the runtime form within a master form.
The Transparent property determines whether the runtime form will be transparent. If set to True, any image or back color set on the master form will become the default background of your runtime form. If set to False (default setting) then the runtime form will be opaque. This is useful if you want to set a background color on your runtime form that is different to the background color of your master form.
Refer to BackColor Inheritance for more information about how the back color of a form is derived.
The available Transparent property settings are:
Setting |
Description |
True |
The active form is transparent and the master form will "show through" behind it. |
False |
(Default) The active form is opaque. |
BackColor property | Visible property | Masterform object | Backcolor inheritance
Content placeholder object
© 2004-2021 looksoftware. All rights reserved.