点击或拖拽改变大小

SwebComponentCollectionAdd 方法 (SwebComponent)

将控件添加到窗体中。

命名空间:  Swebui.Controls
程序集:  Swebui.Core (在 Swebui.Core.dll 中) 版本:1.0.133.17134+2c49d126d464232ac9a5157f96561862d8e39182
语法
public int Add(
	SwebComponent value
)

参数

value
类型:Swebui.ControlsSwebComponent
要添加到窗体中的 Control。

返回值

类型:Int32

[缺少 "M:Swebui.Controls.SwebComponentCollection.Add(Swebui.Controls.SwebComponent)" 的 <returns> 文档]

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