ToolStripPanel.ToolStripPanelRowCollection クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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) |
指定した ToolStripPanel.ToolStripPanelRowCollection の ToolStripPanel クラスの新しいインスタンスを初期化します。 |
ToolStripPanel.ToolStripPanelRowCollection(ToolStripPanel, ToolStripPanelRow[]) |
指定した ToolStripPanel.ToolStripPanelRowCollection の、指定した数の行を含む ToolStripPanel クラスの新しいインスタンスを初期化します。 |
プロパティ
Count |
コレクション内の要素の数を取得します。 (継承元 ArrangedElementCollection) |
IsReadOnly |
コレクションが読み取り専用かどうかを示す値を取得します。 (継承元 ArrangedElementCollection) |
Item[Int32] |
ToolStripPanelRow 内の特定の ToolStripPanel.ToolStripPanelRowCollection を取得します。 |
メソッド
明示的なインターフェイスの実装
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 に変換します。 |