点击或拖拽改变大小

MobileComponentCollection 方法

MobileComponentCollection 类型公开以下成员。

方法
  名称说明
公共方法Add(MobileComponent)
将控件添加到窗体中。
公共方法Add(Object)
添加控件
公共方法AddRange
将控件对象数组添加到集合中。
公共方法Clear
从集合中移除所有控件。
公共方法Contains(MobileComponent)
确定指定控件是否为集合的成员。
公共方法Contains(Object)
判断是否包含控件
公共方法CopyTo
公共方法GetEnumerator
返回一个可用于循环访问控件集合的枚举数。
公共方法IndexOf
查找指定控件位置
公共方法Remove
从窗体中移除控件。
公共方法RemoveAt
在指定的索引位置从控件集合移除控件。
Top
参见