开发者

Push A WinForm To The Back?

开发者 https://www.devze.com 2023-01-05 02:08 出处:网络
I have a form that I want to push behind all other windows when a certain operati开发者_开发百科on runs.

I have a form that I want to push behind all other windows when a certain operati开发者_开发百科on runs.

Is this possible?


Form.SendToBack() is what you're looking for.

0

精彩评论

暂无评论...
验证码 换一张
取 消