点击或拖拽改变大小

MobileComponentCollection 类

Mobile组件集合
继承层次
SystemObject
  Smobiler.Core.ControlsMobileComponentCollection

命名空间:  Smobiler.Core.Controls
程序集:  Smobiler.Core (在 Smobiler.Core.dll 中) 版本:6.0.641.16928
语法
public class MobileComponentCollection : IList

MobileComponentCollection 类型公开以下成员。

构造函数
  名称说明
公共方法MobileComponentCollection
初始化 Form.ComponnetControlCollection 类的新实例。
Top
属性
  名称说明
公共属性Count
获取集合中 Control 对象的总数。
公共属性IsFixedSize
公共属性IsReadOnly
获取一个值,通过该值指示该控件集合是否为只读。
公共属性IsSynchronized
公共属性Item
指示集合中指定索引位置的 MobileComponent。
公共属性SyncRoot
Top
方法
  名称说明
公共方法Add(MobileComponent)
将控件添加到窗体中。
公共方法Add(Object)
添加控件
公共方法AddRange
将控件对象数组添加到集合中。
公共方法Clear
从集合中移除所有控件。
公共方法Contains(MobileComponent)
确定指定控件是否为集合的成员。
公共方法Contains(Object)
判断是否包含控件
公共方法CopyTo
公共方法GetEnumerator
返回一个可用于循环访问控件集合的枚举数。
公共方法IndexOf
查找指定控件位置
公共方法Remove
从窗体中移除控件。
公共方法RemoveAt
在指定的索引位置从控件集合移除控件。
Top
备注