SwebComponentCollectionRemove 方法 |
从窗体中移除控件。
命名空间:
Swebui.Controls
程序集:
Swebui.Core (在 Swebui.Core.dll 中) 版本:1.0.133.17134+2c49d126d464232ac9a5157f96561862d8e39182
语法public void Remove(
SwebComponent value
)
Public Sub Remove (
value As SwebComponent
)
参数
- value
- 类型:Swebui.ControlsSwebComponent
要从窗体中移除的 SwebComponent。
备注
可以使用此方法移除窗体中不再需要的控件。如果要在移除某控件后显示它,将需要使用 Add 方法将该控件重新添加到窗体中。若要使控件保留在窗体上但不显示,请使用该控件的 Visible 属性。
参见