言語

ToolStripPanel.ToolStripPanelRowCollection クラス

定義

ToolStripPanelRow内のすべてのToolStripPanel オブジェクトを表します。

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, ToolStripPanelRow[])

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

ToolStripPanel.ToolStripPanelRowCollection(ToolStripPanel)

指定したToolStripPanel.ToolStripPanelRowCollectionToolStripPanel クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
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)

ToolStripPanelRow内の指定したToolStripPanel.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)を参照してください。

拡張メソッド

名前 説明
AsParallel(IEnumerable)

クエリの並列化を有効にします。

AsQueryable(IEnumerable)

IEnumerableIQueryableに変換します。

Cast<TResult>(IEnumerable)

IEnumerable の要素を指定した型にキャストします。

OfType<TResult>(IEnumerable)

指定した型に基づいて、IEnumerable の要素をフィルター処理します。

適用対象