J
JezB
In one Form if you move Focus (programatically or via user interaction) from
one control to another, the control you have moved FROM automatically loses
Focus and fires the Leave event.
What I want to do is always maintain a Focus within a specific container (a
Panel in my case). Within the Panel I want it to always keep one control in
Focus, even if I click the mouse in a control outside the container. Is this
possible via the standard Focus mechanism, or will I have to write my own
bespoke code ?
one control to another, the control you have moved FROM automatically loses
Focus and fires the Leave event.
What I want to do is always maintain a Focus within a specific container (a
Panel in my case). Within the Panel I want it to always keep one control in
Focus, even if I click the mouse in a control outside the container. Is this
possible via the standard Focus mechanism, or will I have to write my own
bespoke code ?