开发者

How to know that control is visible to user? (winforms)

开发者 https://www.devze.com 2023-03-08 13:15 出处:网络
How开发者_StackOverflow中文版 to know that control is visible to user?On a Windows Form you can just check the .Visible property on the control. You can also use it to set the visibility.

How开发者_StackOverflow中文版 to know that control is visible to user?


On a Windows Form you can just check the .Visible property on the control. You can also use it to set the visibility.

0

精彩评论

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