MobileControlCollection 方法 |
MobileControlCollection 类型公开以下成员。
名称 | 说明 | |
---|---|---|
![]() | Add(MobileControl) |
将控件添加到窗体中。
|
![]() | Add(Object) |
添加控件
|
![]() | AddRange |
将控件对象数组添加到集合中。
|
![]() | Clear |
从集合中移除所有控件。
|
![]() | Contains(MobileControl) |
确定指定控件是否为集合的成员。
|
![]() | Contains(Object) |
判断是否包含控件
|
![]() | CopyTo | |
![]() | Find |
根据控件的 Smobiler.Core.Control.Name 属性搜索控件并返回匹配项。
|
![]() | GetEnumerator |
返回一个可用于循环访问控件集合的枚举数。
|
![]() | IndexOf |
查找指定控件位置
|
![]() | Remove(MobileControl) |
从窗体中移除控件。
|
![]() | Remove(String) |
从窗体中移除指定名称的控件。
|
![]() | RemoveAt |
在指定的索引位置从控件集合移除控件。
|