Control.SetVisibleCore 方法

将控件设置为指定的可见状态。

**命名空间:**System.Windows.Forms
**程序集:**System.Windows.Forms(在 system.windows.forms.dll 中)

语法

声明
Protected Overridable Sub SetVisibleCore ( _
    value As Boolean _
)
用法
Dim value As Boolean

Me.SetVisibleCore(value)
protected virtual void SetVisibleCore (
    bool value
)
protected:
virtual void SetVisibleCore (
    bool value
)
protected void SetVisibleCore (
    boolean value
)
protected function SetVisibleCore (
    value : boolean
)

参数

  • value
    true 表示使控件可见;false 表示使控件不可见。

备注

通常,您会重写此方法以更改控件的可见性行为。

给继承者的说明 在派生类中重写 SetVisibleCore 时,请确保调用了基类的 SetVisibleCore 方法,以强制更改控件的可见性。

平台

Windows 98、Windows 2000 SP4、Windows CE、Windows Millennium Edition、Windows Mobile for Pocket PC、Windows Mobile for Smartphone、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition

.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求

版本信息

.NET Framework

受以下版本支持:2.0、1.1、1.0

请参见

参考

Control 类
Control 成员
System.Windows.Forms 命名空间
Visible