SwebControlCollectionContains 方法 (SwebControl) |
确定指定控件是否为集合的成员。
命名空间:
Swebui.Controls
程序集:
Swebui.Core (在 Swebui.Core.dll 中) 版本:1.0.134.17496+387d83fa8d4800e0d3012f4c3e32d7e2fc10ae68
语法public bool Contains(
SwebControl value
)
Public Function Contains (
value As SwebControl
) As Boolean
参数
- value
- 类型:Swebui.ControlsSwebControl
要在集合中定位的 SwebControl。
返回值
类型:
Boolean如果 Control 是集合的成员,则为 true;否则为 false。
备注
参见