_TOPMOSTcontainer Scol 5.x or above required
Allows control of containers' display level.
Prototype :
fun [ObjContainer I I] ObjContainer
- ObjContainer : a container object.
- I : the display level.
- 0: Bottom container is moved to background
- 1: NoTopMost container loses its TopMost status
- 2: Top container is brought to top
- 3: TopMost TopMost (Always on top) status
- I : the focus.
- 0: container doesn't get the focus
- 1: container gets the focus (except in Bottom status)
Return : ObjContainer the same object or nil if error.
See also :
_TOPMOSTwindow
Example :