Window.TransMouse
Description
- Makes all windows matching the specified caption list transparent, as well as making all mouse clicks pass through them.
- 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.TransMouse(-80, "HTML Help*PowerPro")
- Toggles the transparency setting of the PowerPro Help CHM file between 0 and 100, as well as making mouse clicks pass through it to the window below.
See Also
- Window.Trans()
- PPSR > Built-in Commands > Commands > Window > Actions > Trans