点击或拖拽改变大小

MobileComponentCollectionRemove 方法

从窗体中移除控件。

命名空间:  Smobiler.Core.Controls
程序集:  Smobiler.Core (在 Smobiler.Core.dll 中) 版本:6.0.641.16928
语法
public void Remove(
	MobileComponent value
)

参数

value
类型:Smobiler.Core.ControlsMobileComponent
要从窗体中移除的 MobileComponent。
备注
可以使用此方法移除窗体中不再需要的控件。如果要在移除某控件后显示它,将需要使用 Add 方法将该控件重新添加到窗体中。若要使控件保留在窗体上但不显示,请使用该控件的 Visible 属性。
参见