Has anyone seen Control.SendToFront?
Hello I want to send a control to the front, but the only method I find in the Control class related to that is SendToBack()
.
Does anyone knows why there isn't a method SendToFront
, is there a reason or someone just forgot to add it?
Then so, how can I send my control to the front of the z-order?开发者_StackOverflow社区
Thank you, Rodrigo.
I think you're looking for BringToFront.
精彩评论