点击或拖拽改变大小

MobileControlCollectionAdd 方法 (MobileControl)

将控件添加到窗体中。

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

参数

value
类型:Smobiler.Core.ControlsMobileControl
要添加到窗体中的 Control。

返回值

类型:Int32

[缺少 "M:Smobiler.Core.Controls.MobileControlCollection.Add(Smobiler.Core.Controls.MobileControl)" 的 <returns> 文档]

备注
可以使用此方法将控件添加到窗体中。如果要将一组已经创建的控件添加到窗体中,请使用 ControlCollection.AddRange 方法。
参见