SwebControlCollectionAdd 方法 (SwebControl) |
将控件添加到窗体中。
命名空间:
Swebui.Controls
程序集:
Swebui.Core (在 Swebui.Core.dll 中) 版本:1.0.133.17134+2c49d126d464232ac9a5157f96561862d8e39182
语法public int Add(
SwebControl value
)
Public Function Add (
value As SwebControl
) As Integer
参数
- value
- 类型:Swebui.ControlsSwebControl
要添加到窗体中的 Control。
返回值
类型:
Int32[缺少 "M:Swebui.Controls.SwebControlCollection.Add(Swebui.Controls.SwebControl)" 的 <returns> 文档]
备注
可以使用此方法将控件添加到窗体中。如果要将一组已经创建的控件添加到窗体中,请使用 ControlCollection.AddRange 方法。
参见