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.
精彩评论