Form.Show 方法

显示控件等效于将 Visible 属性设置为 true。在调用 Show 方法之后,只要不调用 Hide 方法,Visible 属性就返回 true 值。

转载于:https://www.cnblogs.com/huangfr/archive/2012/04/04/2432591.html

你可能感兴趣的:(Form.Show 方法)