SwebControlCollectionItem 属性 (String) |
指示集合中指定名称的 SwebControl。
命名空间:
Swebui.Controls
程序集:
Swebui.Core (在 Swebui.Core.dll 中) 版本:1.0.134.17496+387d83fa8d4800e0d3012f4c3e32d7e2fc10ae68
语法public SwebControl this[
string name
] { get; set; }
Public Default Property Item (
name As String
) As SwebControl
Get
Set
参数
- name
- 类型:SystemString
要从控件集合中检索的控件名称。
返回值
类型:
SwebControl位于控件集合内指定名称的 SwebControl。
参见