有人见过 Control.SendToFront 吗?
您好,我想将一个控件发送到前面,但我在 Control 类中找到的唯一与之相关的方法是 SendToBack()
。
有谁知道为什么没有方法 SendToFront
,是否有原因或有人忘记添加它? 那么,我怎样才能将我的控件发送到 z 顺序的前面呢?
谢谢你, 罗德里戈。
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?
Thank you,
Rodrigo.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您正在寻找 带到前面。
I think you're looking for BringToFront.