TabPage.TabPageControlCollection 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
包含 TabPage 使用的控件的集合。
public: ref class TabPage::TabPageControlCollection : System::Windows::Forms::Control::ControlCollection
public class TabPage.TabPageControlCollection : System.Windows.Forms.Control.ControlCollection
[System.Runtime.InteropServices.ComVisible(false)]
public class TabPage.TabPageControlCollection : System.Windows.Forms.Control.ControlCollection
type TabPage.TabPageControlCollection = class
inherit Control.ControlCollection
[<System.Runtime.InteropServices.ComVisible(false)>]
type TabPage.TabPageControlCollection = class
inherit Control.ControlCollection
Public Class TabPage.TabPageControlCollection
Inherits Control.ControlCollection
- 继承
- 继承
- 属性
构造函数
TabPage.TabPageControlCollection(TabPage) |
初始化 TabPage.TabPageControlCollection 类的新实例。 |
属性
Count |
获取集合中包含的元素数。 (继承自 Control.ControlCollection) |
IsReadOnly |
获取一个值,它指示此集合对象是否是只读的。 (继承自 Control.ControlCollection) |
Item[Int32] |
指示位于集合中指定索引位置的 Control。 (继承自 Control.ControlCollection) |
Item[String] |
指示集合中具有指定键的一个 Control。 (继承自 Control.ControlCollection) |
Owner |
获取拥有此 Control.ControlCollection 的控件。 (继承自 Control.ControlCollection) |
方法
显式接口实现
扩展方法
Cast<TResult>(IEnumerable) |
将 IEnumerable 的元素强制转换为指定的类型。 |
OfType<TResult>(IEnumerable) |
根据指定类型筛选 IEnumerable 的元素。 |
AsParallel(IEnumerable) |
启用查询的并行化。 |
AsQueryable(IEnumerable) |
将 IEnumerable 转换为 IQueryable。 |