The level of opacity for the popup control.
Usage
Set_Property(OLECtrlEntID, "OLE.Opacity", Value)
Values
Value can be any positive or negative whole number:
Default: 255
Remarks
The Opacity determines the level of translucency of the popup in its visible state. A value of 0 is completely transparent whereas a value of 255 (the default) is completely opaque.
Example
// Make the popup 50% translucent Set_Property(@Window:".OLE_POPUP", "OLE.Opacity", 127)