标签: winforms user-interface controls visibility
如何知道用户可以看到控件?
答案 0 :(得分:2)
在Windows窗体上,您只需检查控件上的.Visible属性即可。您也可以使用它来设置可见性。