Transparent
- Last UpdatedNov 17, 2021
- 1 minute read
The Transparent property is a read-write property that gets or sets the background of the object to be transparent.
Syntax
<objectname>.Transparent = discrete;
Result = <objectname>.Transparent;
Remarks
If set to True, the underlying form appears through the background of the object. The field (text box) label is not transparent. However, you can hide the field label to achieve total transparency.
The default value is False.