Desktop.TransIconText
Description
- Gives desktop icon text a transparent background, optionally also setting the icon to refresh automatically after a background change.
Syntax
- Desktop.TransIconText(autokeyword)
Parameters
- autokeyword
- (string) whether to automatically refresh icon transparency after background changes
- Optional.
-
Possible Values
- auto
- automatically refreshes transparency
- [omitted]
- does not automatically refresh
Examples
- Desktop.TransIconText
- Makes icon text transparent.
- Desktop.TransIconText("auto")
- Makes icon text transparent & sets icon text backgrounds to automatically refresh their transparency upon background change.