Shiny Language Reference

Language Reference > Panel Functions


setpaneltopmost

setpaneltopmost();

 

 

Sticks the panel on top of all other windows

SETPANELTOPMOST immediately pops the display panel to the front of the screen, on top of all other windows. The panel is then "stuck" in this position so that no other window may cover it (known as "topmost"). If you require the panel just to pop to the front but still to obey Z-ordering use the SETPANELTOP statement.

 

Parameters

None

 

Return Value

None

 

Example Code

// Stick the panel on top
setpaneltopmost();