See my case
I open more than one forms (toplevel=false)inside panel. All formsopen inside that panelwill dock filledand brought to frontat runtime. and my need for this situation is how I can select the topmost control ( form) on this panel. The greatest management controls ( form), which has more z-order.
I am currently using this code under the assumption
panel.controls(0)
Can someone tell me if the above snippet or some alternative syntax available on the dot network is correctly specified to achieve this?
source
share