Shiny Language Reference
Language Reference > Panel Functions
setpaneltransp
setpaneltransp(bool IsTransparent);
Sets the transparency of the display panel
SETPANELTRANSP immediately makes the display panel transparent. To be technically accurate the panel is made translucent, with the amount of translucency set by SETPANELTRANSPFACTOR. This setting affects the entire panel, allowing windows and the desktop underneath to show through.
Parameters
IsTransparent
TRUE if the panel should be transparent, otherwise FALSE to disable transparency.
Return Value
None
Example Code
// Set the panel to be transparent
setpaneltransp(True);