ToolStripPanel.ToolStripPanelRowCollection 类

定义

表示 ToolStripPanel 中的所有 ToolStripPanelRow 对象。

public: ref class ToolStripPanel::ToolStripPanelRowCollection : System::Windows::Forms::Layout::ArrangedElementCollection, System::Collections::IList
[System.ComponentModel.ListBindable(false)]
[System.Runtime.InteropServices.ComVisible(false)]
public class ToolStripPanel.ToolStripPanelRowCollection : System.Windows.Forms.Layout.ArrangedElementCollection, System.Collections.IList
[System.ComponentModel.ListBindable(false)]
public class ToolStripPanel.ToolStripPanelRowCollection : System.Windows.Forms.Layout.ArrangedElementCollection, System.Collections.IList
[<System.ComponentModel.ListBindable(false)>]
[<System.Runtime.InteropServices.ComVisible(false)>]
type ToolStripPanel.ToolStripPanelRowCollection = class
    inherit ArrangedElementCollection
    interface IList
    interface ICollection
    interface IEnumerable
[<System.ComponentModel.ListBindable(false)>]
type ToolStripPanel.ToolStripPanelRowCollection = class
    inherit ArrangedElementCollection
    interface IList
    interface ICollection
    interface IEnumerable
Public Class ToolStripPanel.ToolStripPanelRowCollection
Inherits ArrangedElementCollection
Implements IList
继承
ToolStripPanel.ToolStripPanelRowCollection
属性
实现

构造函数

ToolStripPanel.ToolStripPanelRowCollection(ToolStripPanel)

初始化指定 ToolStripPanel.ToolStripPanelRowCollection 中的 ToolStripPanel 类的新实例。

ToolStripPanel.ToolStripPanelRowCollection(ToolStripPanel, ToolStripPanelRow[])

用指定的 ToolStripPanel.ToolStripPanelRowCollection 中的指定数目的行初始化 ToolStripPanel 类的新实例。

属性

Count

获取集合中的元素数。

(继承自 ArrangedElementCollection)
IsReadOnly

获取一个值,该值指示集合是否为只读。

(继承自 ArrangedElementCollection)
Item[Int32]

获取 ToolStripPanelRow 中的一个特定 ToolStripPanel.ToolStripPanelRowCollection

方法

Add(ToolStripPanelRow)

将指定的 ToolStripPanelRow 添加到 ToolStripPanel.ToolStripPanelRowCollection

AddRange(ToolStripPanel+ToolStripPanelRowCollection)

将指定的 ToolStripPanel.ToolStripPanelRowCollection 添加到 ToolStripPanel

AddRange(ToolStripPanelRow[])

ToolStripPanelRow 对象数组添加到 ToolStripPanel

Clear()

ToolStripPanelRow 中移除所有 ToolStripPanel.ToolStripPanelRowCollection 对象。

Contains(ToolStripPanelRow)

确定指定的 ToolStripPanelRow 是否在 ToolStripPanel.ToolStripPanelRowCollection 中。

CopyTo(Array, Int32)

从目标数组的指定索引处开始将此集合的全部内容复制到兼容的一维 Array

(继承自 ArrangedElementCollection)
CopyTo(ToolStripPanelRow[], Int32)

从一个现有数组的指定位置开始,将整个 ToolStripPanel.ToolStripPanelRowCollection 复制到该数组中。

Equals(Object)

确定两个 ArrangedElementCollection 实例是否相等。

(继承自 ArrangedElementCollection)
GetEnumerator()

返回一个用于访问整个集合的枚举数。

(继承自 ArrangedElementCollection)
GetHashCode()

返回此实例的哈希代码。

(继承自 ArrangedElementCollection)
GetType()

获取当前实例的 Type

(继承自 Object)
IndexOf(ToolStripPanelRow)

获取指定的 ToolStripPanelRowToolStripPanel.ToolStripPanelRowCollection 中的索引。

Insert(Int32, ToolStripPanelRow)

ToolStripPanelRow 中的指定位置插入指定的 ToolStripPanel.ToolStripPanelRowCollection

MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
Remove(ToolStripPanelRow)

ToolStripPanelRow 中移除指定的 ToolStripPanel.ToolStripPanelRowCollection

RemoveAt(Int32)

ToolStripPanelRow 中的指定索引处删除 ToolStripPanel.ToolStripPanelRowCollection

ToString()

返回表示当前对象的字符串。

(继承自 Object)

显式接口实现

ICollection.IsSynchronized

有关此成员的说明,请参见 IsSynchronized 属性。

(继承自 ArrangedElementCollection)
ICollection.SyncRoot

有关此成员的说明,请参见 SyncRoot 属性。

(继承自 ArrangedElementCollection)
IList.Add(Object)

有关此成员的说明,请参见 Add(Object)

IList.Clear()

有关此成员的说明,请参见 Clear()

IList.Contains(Object)

有关此成员的说明,请参见 Contains(Object)

IList.IndexOf(Object)

有关此成员的说明,请参见 IndexOf(Object)

IList.Insert(Int32, Object)

有关此成员的说明,请参见 Insert(Int32, Object)

IList.IsFixedSize

有关此成员的说明,请参见 IsFixedSize

IList.IsReadOnly

有关此成员的说明,请参见 IsReadOnly

IList.Item[Int32]

有关此成员的说明,请参见 Item[Int32]

IList.Remove(Object)

有关此成员的说明,请参见 Remove(Object)

IList.RemoveAt(Int32)

有关此成员的说明,请参见 RemoveAt(Int32)

扩展方法

Cast<TResult>(IEnumerable)

IEnumerable 的元素强制转换为指定的类型。

OfType<TResult>(IEnumerable)

根据指定类型筛选 IEnumerable 的元素。

AsParallel(IEnumerable)

启用查询的并行化。

AsQueryable(IEnumerable)

IEnumerable 转换为 IQueryable

适用于