C# Winform bring control to front
Posted
by Nathan
on Stack Overflow
See other posts from Stack Overflow
or by Nathan
Published on 2010-04-11T17:59:36Z
Indexed on
2010/04/11
18:03 UTC
Read the original article
Hit count: 806
Are there any other methods of bringing a control to the front other than control.BringToFront()? I have series of labels on a user control and when I try to bring one of them to front it is not working. I have even looped through all the controls and sent them all the back except for the one I am interested in and it doesn't change a thing.
© Stack Overflow or respective owner