ToolStripPanel.ToolStripPanelRowCollectionとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > ToolStripPanel.ToolStripPanelRowCollectionの意味・解説 

ToolStripPanel.ToolStripPanelRowCollection クラス

メモ : このクラスは、.NET Framework version 2.0新しく追加されたものです。

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

名前空間: System.Windows.Forms
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)
構文構文

<ComVisibleAttribute(False)> _
Public Class ToolStripPanelRowCollection
    Inherits ArrangedElementCollection
    Implements IList, ICollection, IEnumerable
Dim instance As ToolStripPanelRowCollection
[ComVisibleAttribute(false)] 
public class ToolStripPanelRowCollection :
 ArrangedElementCollection, IList, ICollection, IEnumerable
[ComVisibleAttribute(false)] 
public ref class ToolStripPanelRowCollection
 : public ArrangedElementCollection, IList, ICollection, IEnumerable
/** @attribute ComVisibleAttribute(false) */ 
public class ToolStripPanelRowCollection extends
 ArrangedElementCollection implements IList, ICollection, 
    IEnumerable
ComVisibleAttribute(false) 
public class ToolStripPanelRowCollection extends
 ArrangedElementCollection implements IList, ICollection, 
    IEnumerable
継承階層継承階層
System.Object
   System.Windows.Forms.Layout.ArrangedElementCollection
    System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection
スレッド セーフスレッド セーフ
この型の public static (Visual Basic では Shared) メンバはすべて、スレッド セーフです。インスタンス メンバ場合は、スレッド セーフであるとは限りません。
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
ToolStripPanel.ToolStripPanelRowCollection メンバ
System.Windows.Forms 名前空間

ToolStripPanel.ToolStripPanelRowCollection コンストラクタ (ToolStripPanel)

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

指定した ToolStripPanelToolStripPanel.ToolStripPanelRowCollection クラス新しインスタンス初期化します。

名前空間: System.Windows.Forms
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)
構文構文

Public Sub New ( _
    owner As ToolStripPanel _
)
Dim owner As ToolStripPanel

Dim instance As New ToolStripPanelRowCollection(owner)
public ToolStripPanelRowCollection (
    ToolStripPanel owner
)
public:
ToolStripPanelRowCollection (
    ToolStripPanel^ owner
)
public ToolStripPanelRowCollection (
    ToolStripPanel owner
)
public function ToolStripPanelRowCollection
 (
    owner : ToolStripPanel
)

パラメータ

owner

この ToolStripPanel.ToolStripPanelRowCollection を所有する ToolStripPanel。

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
ToolStripPanel.ToolStripPanelRowCollection クラス
ToolStripPanel.ToolStripPanelRowCollection メンバ
System.Windows.Forms 名前空間

ToolStripPanel.ToolStripPanelRowCollection コンストラクタ (ToolStripPanel, ToolStripPanelRow[])

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

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

名前空間: System.Windows.Forms
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)
構文構文

Public Sub New ( _
    owner As ToolStripPanel, _
    value As ToolStripPanelRow() _
)
Dim owner As ToolStripPanel
Dim value As ToolStripPanelRow()

Dim instance As New ToolStripPanelRowCollection(owner,
 value)
public ToolStripPanelRowCollection (
    ToolStripPanel owner,
    ToolStripPanelRow[] value
)
public:
ToolStripPanelRowCollection (
    ToolStripPanel^ owner, 
    array<ToolStripPanelRow^>^ value
)
public ToolStripPanelRowCollection (
    ToolStripPanel owner, 
    ToolStripPanelRow[] value
)
public function ToolStripPanelRowCollection
 (
    owner : ToolStripPanel, 
    value : ToolStripPanelRow[]
)

パラメータ

owner

この ToolStripPanel.ToolStripPanelRowCollection を所有する ToolStripPanel。

value

ToolStripPanel.ToolStripPanelRowCollection 内の行の数。

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
ToolStripPanel.ToolStripPanelRowCollection クラス
ToolStripPanel.ToolStripPanelRowCollection メンバ
System.Windows.Forms 名前空間

ToolStripPanel.ToolStripPanelRowCollection コンストラクタ

ToolStripPanel.ToolStripPanelRowCollection クラス新しインスタンス初期化します。
オーバーロードの一覧オーバーロードの一覧

名前 説明
ToolStripPanel.ToolStripPanelRowCollection (ToolStripPanel) 指定した ToolStripPanel の ToolStripPanel.ToolStripPanelRowCollection クラス新しインスタンス初期化します。
ToolStripPanel.ToolStripPanelRowCollection (ToolStripPanel, ToolStripPanelRow[]) 指定した ToolStripPanel の、指定した数の行を含む ToolStripPanel.ToolStripPanelRowCollection クラス新しインスタンス初期化します。
参照参照

関連項目

ToolStripPanel.ToolStripPanelRowCollection クラス
ToolStripPanel.ToolStripPanelRowCollection メンバ
System.Windows.Forms 名前空間

ToolStripPanel.ToolStripPanelRowCollection プロパティ


パブリック プロパティパブリック プロパティ

  名前 説明
パブリック プロパティ Count  コレクション内の要素の数を取得します。 ( ArrangedElementCollection から継承されます。)
パブリック プロパティ IsReadOnly  コレクション読み取り専用かどうかを示す値を取得します。 ( ArrangedElementCollection から継承されます。)
パブリック プロパティ Item ToolStripPanel.ToolStripPanelRowCollection 内の特定の ToolStripPanelRow を取得します
明示的インターフェイスの実装明示的インターフェイス実装
  名前 説明
インターフェイスの明示的な実装 System.Collections.IList.IsFixedSize このメンバ説明については、IList.IsFixedSize のトピック参照してください
インターフェイスの明示的な実装 System.Collections.IList.IsReadOnly このメンバ説明については、IList.IsReadOnly のトピック参照してください
インターフェイスの明示的な実装 System.Collections.IList.Item このメンバ説明については、IList.Item のトピック参照してください
参照参照

関連項目

ToolStripPanel.ToolStripPanelRowCollection クラス
System.Windows.Forms 名前空間

ToolStripPanel.ToolStripPanelRowCollection メソッド


パブリック メソッドパブリック メソッド

( プロテクト メソッド参照)
  名前 説明
パブリック メソッド Add 指定した ToolStripPanelRow を ToolStripPanel.ToolStripPanelRowCollection に追加します
パブリック メソッド AddRange オーバーロードされます。 ToolStripPanel に複数ToolStripPanelRow オブジェクト追加します
パブリック メソッド Clear ToolStripPanel.ToolStripPanelRowCollection からすべての ToolStripPanelRow オブジェクト削除します
パブリック メソッド Contains 指定した ToolStripPanelRowToolStripPanel.ToolStripPanelRowCollection 内にあるかどうか判断します
パブリック メソッド CopyTo オーバーロードされます。  
パブリック メソッド Equals  オーバーロードされます2 つの ArrangedElementCollection インスタンス等しかどうか判断します。 ( ArrangedElementCollection から継承されます。)
パブリック メソッド GetEnumerator  コレクション全体列挙子を返します。 ( ArrangedElementCollection から継承されます。)
パブリック メソッド GetHashCode  このインスタンスハッシュ コード返します。 ( ArrangedElementCollection から継承されます。)
パブリック メソッド GetType  現在のインスタンスType取得します。 ( Object から継承されます。)
パブリック メソッド IndexOf 指定した ToolStripPanelRowToolStripPanel.ToolStripPanelRowCollection におけるインデックス取得します
パブリック メソッド Insert 指定した ToolStripPanelRowToolStripPanel.ToolStripPanelRowCollection 内の指定した位置挿入します
パブリック メソッド ReferenceEquals  指定した複数Object インスタンス同一かどうか判断します。 ( Object から継承されます。)
パブリック メソッド Remove 指定した ToolStripPanelRowToolStripPanel.ToolStripPanelRowCollection から削除します
パブリック メソッド RemoveAt 指定したインデックス位置ToolStripPanelRowToolStripPanel.ToolStripPanelRowCollection から削除します
パブリック メソッド ToString  現在の Object を表す String返します。 ( Object から継承されます。)
プロテクト メソッドプロテクト メソッド
明示的インターフェイスの実装明示的インターフェイス実装
  名前 説明
インターフェイスの明示的な実装 System.Collections.IList.Add このメンバ説明については、IList.Add のトピック参照してください
インターフェイスの明示的な実装 System.Collections.IList.Clear このメンバ説明については、IList.Clear のトピック参照してください
インターフェイスの明示的な実装 System.Collections.IList.Contains このメンバ説明については、IList.Contains のトピック参照してください
インターフェイスの明示的な実装 System.Collections.IList.IndexOf このメンバ説明については、IList.IndexOf のトピック参照してください
インターフェイスの明示的な実装 System.Collections.IList.Insert このメンバ説明については、IList.Insert のトピック参照してください
インターフェイスの明示的な実装 System.Collections.IList.Remove このメンバ説明については、IList.Remove のトピック参照してください
インターフェイスの明示的な実装 System.Collections.IList.RemoveAt このメンバ説明については、IList.RemoveAt のトピック参照してください
参照参照

関連項目

ToolStripPanel.ToolStripPanelRowCollection クラス
System.Windows.Forms 名前空間

ToolStripPanel.ToolStripPanelRowCollection メンバ

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

ToolStripPanel.ToolStripPanelRowCollection データ型公開されるメンバを以下の表に示します


パブリック コンストラクタパブリック コンストラクタ
  名前 説明
パブリック メソッド ToolStripPanel.ToolStripPanelRowCollection オーバーロードされます。 ToolStripPanel.ToolStripPanelRowCollection クラス新しインスタンス初期化します。
パブリック プロパティパブリック プロパティ
  名前 説明
パブリック プロパティ Count  コレクション内の要素の数を取得します。(ArrangedElementCollection から継承されます。)
パブリック プロパティ IsReadOnly  コレクション読み取り専用かどうかを示す値を取得します。(ArrangedElementCollection から継承されます。)
パブリック プロパティ Item ToolStripPanel.ToolStripPanelRowCollection 内の特定の ToolStripPanelRow取得します
パブリック メソッドパブリック メソッド
( プロテクト メソッド参照)
  名前 説明
パブリック メソッド Add 指定した ToolStripPanelRowToolStripPanel.ToolStripPanelRowCollection追加します
パブリック メソッド AddRange オーバーロードされますToolStripPanel複数ToolStripPanelRow オブジェクト追加します
パブリック メソッド Clear ToolStripPanel.ToolStripPanelRowCollection からすべての ToolStripPanelRow オブジェクト削除します
パブリック メソッド Contains 指定した ToolStripPanelRowToolStripPanel.ToolStripPanelRowCollection 内にあるかどうか判断します
パブリック メソッド CopyTo オーバーロードされます。  
パブリック メソッド Equals  オーバーロードされます2 つの ArrangedElementCollection インスタンス等しかどうか判断します。 (ArrangedElementCollection から継承されます。)
パブリック メソッド GetEnumerator  コレクション全体列挙子を返します。 (ArrangedElementCollection から継承されます。)
パブリック メソッド GetHashCode  このインスタンスハッシュ コード返します。 (ArrangedElementCollection から継承されます。)
パブリック メソッド GetType  現在のインスタンスType取得します。 (Object から継承されます。)
パブリック メソッド IndexOf 指定した ToolStripPanelRowToolStripPanel.ToolStripPanelRowCollection におけるインデックス取得します
パブリック メソッド Insert 指定した ToolStripPanelRowToolStripPanel.ToolStripPanelRowCollection 内の指定した位置挿入します
パブリック メソッド ReferenceEquals  指定した複数Object インスタンス同一かどうか判断します。 (Object から継承されます。)
パブリック メソッド Remove 指定した ToolStripPanelRowToolStripPanel.ToolStripPanelRowCollection から削除します
パブリック メソッド RemoveAt 指定したインデックス位置ToolStripPanelRowToolStripPanel.ToolStripPanelRowCollection から削除します
パブリック メソッド ToString  現在の Object を表す String返します。 (Object から継承されます。)
プロテクト メソッドプロテクト メソッド
明示的インターフェイスの実装明示的インターフェイス実装
  名前 説明
インターフェイスの明示的な実装 System.Collections.IList.Add このメンバ説明については、IList.Add のトピック参照してください
インターフェイスの明示的な実装 System.Collections.IList.Clear このメンバ説明については、IList.Clear のトピック参照してください
インターフェイスの明示的な実装 System.Collections.IList.Contains このメンバ説明については、IList.Contains のトピック参照してください
インターフェイスの明示的な実装 System.Collections.IList.IndexOf このメンバ説明については、IList.IndexOf のトピック参照してください
インターフェイスの明示的な実装 System.Collections.IList.Insert このメンバ説明については、IList.Insert のトピック参照してください
インターフェイスの明示的な実装 System.Collections.IList.Remove このメンバ説明については、IList.Remove のトピック参照してください
インターフェイスの明示的な実装 System.Collections.IList.RemoveAt このメンバ説明については、IList.RemoveAt のトピック参照してください
インターフェイスの明示的な実装 System.Collections.IList.IsFixedSize このメンバ説明については、IList.IsFixedSize のトピック参照してください
インターフェイスの明示的な実装 System.Collections.IList.IsReadOnly このメンバ説明については、IList.IsReadOnly のトピック参照してください
インターフェイスの明示的な実装 System.Collections.IList.Item このメンバ説明については、IList.Item のトピック参照してください
参照参照

関連項目

ToolStripPanel.ToolStripPanelRowCollection クラス
System.Windows.Forms 名前空間



英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「ToolStripPanel.ToolStripPanelRowCollection」の関連用語

ToolStripPanel.ToolStripPanelRowCollectionのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



ToolStripPanel.ToolStripPanelRowCollectionのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2024 Microsoft.All rights reserved.

©2024 GRAS Group, Inc.RSS