TableLayoutControlCollection 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示表布局容器中的子控件集合。
public ref class TableLayoutControlCollection : System::Windows::Forms::Control::ControlCollection
[System.ComponentModel.ListBindable(false)]
public class TableLayoutControlCollection : System.Windows.Forms.Control.ControlCollection
[<System.ComponentModel.ListBindable(false)>]
type TableLayoutControlCollection = class
inherit Control.ControlCollection
Public Class TableLayoutControlCollection
Inherits Control.ControlCollection
- 继承
- 属性
注解
TableLayoutControlCollection类表示 控件中TableLayoutPanel所有子控件的集合。 此集合由 Controls 类的 TableLayoutPanel 属性公开。 可以通过 由 Controls公开的 来管理和单独操作表布局面板TableLayoutControlCollection的成员。
类 TableLayoutControlCollection 是基类的 Control.ControlCollection 次要专用化。
构造函数
TableLayoutControlCollection(TableLayoutPanel) |
初始化 TableLayoutControlCollection 类的新实例。 |
属性
Container |
获取包含集合中的控件的父级 TableLayoutPanel。 |
Count |
获取集合中包含的元素数。 (继承自 Control.ControlCollection) |
IsReadOnly |
获取一个值,它指示此集合对象是否是只读的。 (继承自 Control.ControlCollection) |
Item[Int32] |
指示位于集合中指定索引位置的 Control。 (继承自 Control.ControlCollection) |
Item[String] |
指示集合中具有指定键的一个 Control。 (继承自 Control.ControlCollection) |
Owner |
获取拥有此 Control.ControlCollection 的控件。 (继承自 Control.ControlCollection) |
方法
显式接口实现
ICloneable.Clone() |
此 API 支持产品基础结构,不能在代码中直接使用。 有关此成员的说明,请参见 Clone()。 (继承自 Control.ControlCollection) |
ICollection.IsSynchronized |
有关此成员的说明,请参见 IsSynchronized 属性。 (继承自 ArrangedElementCollection) |
ICollection.SyncRoot |
有关此成员的说明,请参见 SyncRoot 属性。 (继承自 ArrangedElementCollection) |
IList.Add(Object) |
此 API 支持产品基础结构,不能在代码中直接使用。 有关此成员的说明,请参见 Add(Object)。 (继承自 Control.ControlCollection) |
IList.Clear() |
有关此成员的说明,请参见 Clear() 方法。 (继承自 ArrangedElementCollection) |
IList.IsFixedSize |
有关此成员的说明,请参见 IsFixedSize 属性。 (继承自 ArrangedElementCollection) |
IList.Item[Int32] |
有关此成员的说明,请参见 Item[Int32] 属性。 (继承自 ArrangedElementCollection) |
IList.Remove(Object) |
此 API 支持产品基础结构,不能在代码中直接使用。 有关此成员的说明,请参见 Remove(Object)。 (继承自 Control.ControlCollection) |
IList.RemoveAt(Int32) |
有关此成员的说明,请参见 RemoveAt(Int32) 方法。 (继承自 ArrangedElementCollection) |
扩展方法
Cast<TResult>(IEnumerable) |
将 IEnumerable 的元素强制转换为指定的类型。 |
OfType<TResult>(IEnumerable) |
根据指定类型筛选 IEnumerable 的元素。 |
AsParallel(IEnumerable) |
启用查询的并行化。 |
AsQueryable(IEnumerable) |
将 IEnumerable 转换为 IQueryable。 |