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.ToolStripPanelRowCollectionToolStripPanel クラスの新しいインスタンスを初期化します。

ToolStripPanel.ToolStripPanelRowCollection(ToolStripPanel, ToolStripPanelRow[])

指定した ToolStripPanel.ToolStripPanelRowCollection の、指定した数の行を含む ToolStripPanel クラスの新しいインスタンスを初期化します。

プロパティ

Count

コレクション内の要素の数を取得します。

(継承元 ArrangedElementCollection)
IsReadOnly

コレクションが読み取り専用かどうかを示す値を取得します。

(継承元 ArrangedElementCollection)
Item[Int32]

ToolStripPanelRow 内の特定の ToolStripPanel.ToolStripPanelRowCollection を取得します。

メソッド

Add(ToolStripPanelRow)

指定した ToolStripPanelRowToolStripPanel.ToolStripPanelRowCollection に追加します。

AddRange(ToolStripPanel+ToolStripPanelRowCollection)

指定した ToolStripPanel.ToolStripPanelRowCollectionToolStripPanel に追加します。

AddRange(ToolStripPanelRow[])

ToolStripPanelRowToolStripPanel オブジェクトの配列を追加します。

Clear()

ToolStripPanelRow からすべての ToolStripPanel.ToolStripPanelRowCollection オブジェクトを削除します。

Contains(ToolStripPanelRow)

指定した ToolStripPanelRowToolStripPanel.ToolStripPanelRowCollection 内にあるかどうかを判断します。

CopyTo(Array, Int32)

コピー先配列の指定されたインデックスを開始位置として、このコレクションの内容全体を互換性がある 1 次元 Array にコピーします。

(継承元 ArrangedElementCollection)
CopyTo(ToolStripPanelRow[], Int32)

ToolStripPanel.ToolStripPanelRowCollection 全体を既存の配列内の指定した位置にコピーします。

Equals(Object)

2 つの ArrangedElementCollection インスタンスが等しいかどうかを判断します。

(継承元 ArrangedElementCollection)
GetEnumerator()

コレクション全体の列挙子を返します。

(継承元 ArrangedElementCollection)
GetHashCode()

このインスタンスのハッシュ コードを返します。

(継承元 ArrangedElementCollection)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
IndexOf(ToolStripPanelRow)

指定した ToolStripPanelRowToolStripPanel.ToolStripPanelRowCollection におけるインデックスを取得します。

Insert(Int32, ToolStripPanelRow)

指定した ToolStripPanelRowToolStripPanel.ToolStripPanelRowCollection 内の指定した位置に挿入します。

MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
Remove(ToolStripPanelRow)

指定した ToolStripPanelRowToolStripPanel.ToolStripPanelRowCollection から削除します。

RemoveAt(Int32)

指定したインデックスにある ToolStripPanelRowToolStripPanel.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)

IEnumerableIQueryable に変換します。

適用対象