TableLayoutControlCollectionとは? わかりやすく解説

TableLayoutControlCollection クラス

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

テーブル レイアウト コンテナ含まれるコントロールコレクション表します

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

Public Class TableLayoutControlCollection
    Inherits ControlCollection
Dim instance As TableLayoutControlCollection
public class TableLayoutControlCollection :
 ControlCollection
public ref class TableLayoutControlCollection
 : public ControlCollection
public class TableLayoutControlCollection extends
 ControlCollection
public class TableLayoutControlCollection extends
 ControlCollection
解説解説

TableLayoutControlCollection クラスは、TableLayoutPanel コントロール含まれるすべてのコントロールコレクション表します。このコレクションは、TableLayoutPanel クラスControls プロパティによって公開されます。テーブル レイアウト パネルメンバ管理し個別操作するには、Controls によって公開される TableLayoutControlCollection使用します

TableLayoutControlCollection クラスは、Control.ControlCollection 基本クラス特化したものです。

継承階層継承階層
System.Object
   System.Windows.Forms.Layout.ArrangedElementCollection
     System.Windows.Forms.Control.ControlCollection
      System.Windows.Forms.TableLayoutControlCollection
スレッド セーフスレッド セーフ
この型の public static (Visual Basic では Shared) メンバはすべて、スレッド セーフです。インスタンス メンバ場合は、スレッド セーフであるとは限りません。
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照

TableLayoutControlCollection コンストラクタ

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

TableLayoutControlCollection クラス新しインスタンス初期化します。

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

Public Sub New ( _
    container As TableLayoutPanel _
)
Dim container As TableLayoutPanel

Dim instance As New TableLayoutControlCollection(container)
public TableLayoutControlCollection (
    TableLayoutPanel container
)
public:
TableLayoutControlCollection (
    TableLayoutPanel^ container
)
public TableLayoutControlCollection (
    TableLayoutPanel container
)
public function TableLayoutControlCollection
 (
    container : TableLayoutPanel
)

パラメータ

container

コントロールコレクション格納している TableLayoutPanel コントロール

解説解説

一般にアプリケーション プログラマTableLayoutControlCollection クラスインスタンス直接作成することはありません。代わりに既存TableLayoutControlCollectionControls プロパティによって返されます。

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

TableLayoutControlCollection プロパティ


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

  名前 説明
パブリック プロパティ Container コレクション含まれるコントロール格納する親 TableLayoutPanel を取得します
パブリック プロパティ Count  コレクション内の要素の数を取得します。 ( ArrangedElementCollection から継承されます。)
パブリック プロパティ IsReadOnly  コレクション読み取り専用かどうかを示す値を取得します。 ( ArrangedElementCollection から継承されます。)
パブリック プロパティ Item  オーバーロードされますコレクション内の Control示します。 ( Control.ControlCollection から継承されます。)
パブリック プロパティ Owner  この Control.ControlCollection を所有しているコントロール取得します。 ( Control.ControlCollection から継承されます。)
参照参照

関連項目

TableLayoutControlCollection クラス
System.Windows.Forms 名前空間
Controls

TableLayoutControlCollection メソッド


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

( プロテクト メソッド参照)
  名前 説明
パブリック メソッド Add オーバーロードされます指定したコントロールコレクション追加します
パブリック メソッド AddRange  コレクションコントロール オブジェクト配列追加します。 ( Control.ControlCollection から継承されます。)
パブリック メソッド Clear  コレクションからすべてのコントロール削除します。 ( Control.ControlCollection から継承されます。)
パブリック メソッド Contains  指定したコントロールコレクションメンバかどうか確認します。 ( Control.ControlCollection から継承されます。)
パブリック メソッド ContainsKey  指定したキーを持つ項目が Control.ControlCollection に含まれているかどうか確認します。 ( Control.ControlCollection から継承されます。)
パブリック メソッド CopyTo  コピー配列指定されインデックス開始位置として、このコレクション内容全体互換性がある 1 次元 Arrayコピーします。 ( ArrangedElementCollection から継承されます。)
パブリック メソッド Equals  オーバーロードされます2 つの ArrangedElementCollection インスタンス等しかどうか判断します。 ( ArrangedElementCollection から継承されます。)
パブリック メソッド Find  コントロールName プロパティ基づいてコントロール検索し一致するすべてのコントロール配列構築します。 ( Control.ControlCollection から継承されます。)
パブリック メソッド GetChildIndex  オーバーロードされますコントロール コレクション内のコントロールインデックス取得します。 ( Control.ControlCollection から継承されます。)
パブリック メソッド GetEnumerator  Control.ControlCollection反復処理使用する列挙オブジェクトへの参照取得します。 ( Control.ControlCollection から継承されます。)
パブリック メソッド GetHashCode  このインスタンスハッシュ コード返します。 ( ArrangedElementCollection から継承されます。)
パブリック メソッド GetType  現在のインスタンスType取得します。 ( Object から継承されます。)
パブリック メソッド IndexOf  コントロール コレクション内の指定したコントロールインデックス取得します。 ( Control.ControlCollection から継承されます。)
パブリック メソッド IndexOfKey  指定した項目がこのコレクション内で最初に見つかった位置インデックス取得します。 ( Control.ControlCollection から継承されます。)
パブリック メソッド ReferenceEquals  指定した複数Object インスタンス同一かどうか判断します。 ( Object から継承されます。)
パブリック メソッド Remove  指定したコントロールコントロール コレクションから削除します。 ( Control.ControlCollection から継承されます。)
パブリック メソッド RemoveAt  指定したインデックス位置にあるコントロール コレクションからコントロール削除します。 ( Control.ControlCollection から継承されます。)
パブリック メソッド RemoveByKey  指定したキーを持つ子コントロール削除します。 ( Control.ControlCollection から継承されます。)
パブリック メソッド SetChildIndex  コレクション内の指定したコントロールインデックス指定したインデックス値に設定します。 ( Control.ControlCollection から継承されます。)
パブリック メソッド ToString  現在の Object を表す String返します。 ( Object から継承されます。)
プロテクト メソッドプロテクト メソッド
参照参照

関連項目

TableLayoutControlCollection クラス
System.Windows.Forms 名前空間
Controls

TableLayoutControlCollection メンバ

テーブル レイアウト コンテナ含まれるコントロールコレクション表します

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


パブリック コンストラクタパブリック コンストラクタ
  名前 説明
パブリック メソッド TableLayoutControlCollection TableLayoutControlCollection クラス新しインスタンス初期化します。
パブリック プロパティパブリック プロパティ
  名前 説明
パブリック プロパティ Container コレクション含まれるコントロール格納する親 TableLayoutPanel を取得します
パブリック プロパティ Count  コレクション内の要素の数を取得します。(ArrangedElementCollection から継承されます。)
パブリック プロパティ IsReadOnly  コレクション読み取り専用かどうかを示す値を取得します。(ArrangedElementCollection から継承されます。)
パブリック プロパティ Item  オーバーロードされますコレクション内の Control示します。(Control.ControlCollection から継承されます。)
パブリック プロパティ Owner  この Control.ControlCollection所有しているコントロール取得します。(Control.ControlCollection から継承されます。)
パブリック メソッドパブリック メソッド
( プロテクト メソッド参照)
  名前 説明
パブリック メソッド Add オーバーロードされます指定したコントロールコレクション追加します
パブリック メソッド AddRange  コレクションコントロール オブジェクト配列追加します。 (Control.ControlCollection から継承されます。)
パブリック メソッド Clear  コレクションからすべてのコントロール削除します。 (Control.ControlCollection から継承されます。)
パブリック メソッド Contains  指定したコントロールコレクションメンバかどうか確認します。 (Control.ControlCollection から継承されます。)
パブリック メソッド ContainsKey  指定したキーを持つ項目が Control.ControlCollection に含まれているかどうか確認します。 (Control.ControlCollection から継承されます。)
パブリック メソッド CopyTo  コピー配列指定されインデックス開始位置として、このコレクション内容全体互換性がある 1 次元 Arrayコピーします。 (ArrangedElementCollection から継承されます。)
パブリック メソッド Equals  オーバーロードされます2 つの ArrangedElementCollection インスタンス等しかどうか判断します。 (ArrangedElementCollection から継承されます。)
パブリック メソッド Find  コントロールName プロパティ基づいてコントロール検索し一致するすべてのコントロール配列構築します。 (Control.ControlCollection から継承されます。)
パブリック メソッド GetChildIndex  オーバーロードされますコントロール コレクション内のコントロールインデックス取得します。 (Control.ControlCollection から継承されます。)
パブリック メソッド GetEnumerator  Control.ControlCollection反復処理使用する列挙オブジェクトへの参照取得します。 (Control.ControlCollection から継承されます。)
パブリック メソッド GetHashCode  このインスタンスハッシュ コード返します。 (ArrangedElementCollection から継承されます。)
パブリック メソッド GetType  現在のインスタンスType取得します。 (Object から継承されます。)
パブリック メソッド IndexOf  コントロール コレクション内の指定したコントロールインデックス取得します。 (Control.ControlCollection から継承されます。)
パブリック メソッド IndexOfKey  指定した項目がこのコレクション内で最初に見つかった位置インデックス取得します。 (Control.ControlCollection から継承されます。)
パブリック メソッド ReferenceEquals  指定した複数Object インスタンス同一かどうか判断します。 (Object から継承されます。)
パブリック メソッド Remove  指定したコントロールコントロール コレクションから削除します。 (Control.ControlCollection から継承されます。)
パブリック メソッド RemoveAt  指定したインデックス位置にあるコントロール コレクションからコントロール削除します。 (Control.ControlCollection から継承されます。)
パブリック メソッド RemoveByKey  指定したキーを持つ子コントロール削除します。 (Control.ControlCollection から継承されます。)
パブリック メソッド SetChildIndex  コレクション内の指定したコントロールインデックス指定したインデックス値に設定します。 (Control.ControlCollection から継承されます。)
パブリック メソッド ToString  現在の Object を表す String返します。 (Object から継承されます。)
プロテクト メソッドプロテクト メソッド
参照参照

関連項目

TableLayoutControlCollection クラス
System.Windows.Forms 名前空間
Controls



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

辞書ショートカット

すべての辞書の索引

「TableLayoutControlCollection」の関連用語

TableLayoutControlCollectionのお隣キーワード
検索ランキング

   

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



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

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

©2025 GRAS Group, Inc.RSS