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