MobileComponentCollection 类 |
命名空间: Smobiler.Core.Controls
MobileComponentCollection 类型公开以下成员。
名称 | 说明 | |
---|---|---|
![]() | MobileComponentCollection |
初始化 Form.ComponnetControlCollection 类的新实例。
|
名称 | 说明 | |
---|---|---|
![]() | Count |
获取集合中 Control 对象的总数。
|
![]() | IsFixedSize | |
![]() | IsReadOnly |
获取一个值,通过该值指示该控件集合是否为只读。
|
![]() | IsSynchronized | |
![]() | Item |
指示集合中指定索引位置的 MobileComponent。
|
![]() | SyncRoot |
名称 | 说明 | |
---|---|---|
![]() | Add(MobileComponent) |
将控件添加到窗体中。
|
![]() | Add(Object) |
添加控件
|
![]() | AddRange |
将控件对象数组添加到集合中。
|
![]() | Clear |
从集合中移除所有控件。
|
![]() | Contains(MobileComponent) |
确定指定控件是否为集合的成员。
|
![]() | Contains(Object) |
判断是否包含控件
|
![]() | CopyTo | |
![]() | GetEnumerator |
返回一个可用于循环访问控件集合的枚举数。
|
![]() | IndexOf |
查找指定控件位置
|
![]() | Remove |
从窗体中移除控件。
|
![]() | RemoveAt |
在指定的索引位置从控件集合移除控件。
|