Window.Trans
Description
- Makes all windows matching the specified caption list transparent.
- Windows 2000 and XP only.
Syntax
Parameters
- n
- (number) transparency value
- -254<n<255 where:
- 0
- no transparency
- 255
- completely transparent
- negative values
- toggle transparency setting
- cl
- (mixed) caption list identifying target window(s)
Examples
- Window.Trans(-254, "HTML Help*PowerPro")
- Toggles the transparency setting of the PowerPro Help CHM file between 0 (no transparency) and 254 (transparent).
See Also
- Window.TransMouse()
- PPSR > Built-in Commands > Commands > Window > Actions > TransMouse