DataGridView.DataGridViewControlCollection クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
DataGridView 上に含まれているコントロールのコレクションを表します。
public: ref class DataGridView::DataGridViewControlCollection : System::Windows::Forms::Control::ControlCollection
[System.Runtime.InteropServices.ComVisible(false)]
public class DataGridView.DataGridViewControlCollection : System.Windows.Forms.Control.ControlCollection
public class DataGridView.DataGridViewControlCollection : System.Windows.Forms.Control.ControlCollection
[<System.Runtime.InteropServices.ComVisible(false)>]
type DataGridView.DataGridViewControlCollection = class
inherit Control.ControlCollection
type DataGridView.DataGridViewControlCollection = class
inherit Control.ControlCollection
Public Class DataGridView.DataGridViewControlCollection
Inherits Control.ControlCollection
- 継承
-
DataGridView.DataGridViewControlCollection
- 属性
注釈
コントロールのプロパティはControls、型のインスタンスにキャストできる型Control.ControlCollectionのインスタンスを返しますDataGridView.DataGridViewControlCollection。DataGridView
これには DataGridView.DataGridViewControlCollection 、編集コントロールや上のスクロール バーなどのコントロールが DataGridView含まれます。
コンストラクター
DataGridView.DataGridViewControlCollection(DataGridView) |
DataGridView.DataGridViewControlCollection クラスの新しいインスタンスを初期化します。 |
プロパティ
Count |
コレクションに格納されている要素の数を取得します。 (継承元 Control.ControlCollection) |
IsReadOnly |
このコレクション オブジェクトが読み取り専用かどうかを示す値を取得します。 (継承元 Control.ControlCollection) |
Item[Int32] |
コレクション内の指定したインデックス位置にある Control を示します。 (継承元 Control.ControlCollection) |
Item[String] |
コレクション内の指定したキーを持つ Control を示します。 (継承元 Control.ControlCollection) |
Owner |
この Control.ControlCollection を所有しているコントロールを取得します。 (継承元 Control.ControlCollection) |
メソッド
明示的なインターフェイスの実装
ICloneable.Clone() |
この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。 このメンバーの詳細については、「Clone()」をご覧ください。 (継承元 Control.ControlCollection) |
ICollection.IsSynchronized |
このメンバーの説明については、IsSynchronized プロパティを参照してください。 (継承元 ArrangedElementCollection) |
ICollection.SyncRoot |
このメンバーの説明については、SyncRoot プロパティを参照してください。 (継承元 ArrangedElementCollection) |
IList.Add(Object) |
この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。 このメンバーの詳細については、「Add(Object)」をご覧ください。 (継承元 Control.ControlCollection) |
IList.Clear() |
このメンバーの説明については、Clear() メソッドのトピックを参照してください。 (継承元 ArrangedElementCollection) |
IList.IsFixedSize |
このメンバーの説明については、IsFixedSize プロパティを参照してください。 (継承元 ArrangedElementCollection) |
IList.Item[Int32] |
このメンバーの説明については、Item[Int32] プロパティを参照してください。 (継承元 ArrangedElementCollection) |
IList.Remove(Object) |
この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。 このメンバーの詳細については、「Remove(Object)」をご覧ください。 (継承元 Control.ControlCollection) |
IList.RemoveAt(Int32) |
このメンバーの説明については、RemoveAt(Int32) メソッドのトピックを参照してください。 (継承元 ArrangedElementCollection) |
拡張メソッド
Cast<TResult>(IEnumerable) |
IEnumerable の要素を、指定した型にキャストします。 |
OfType<TResult>(IEnumerable) |
指定された型に基づいて IEnumerable の要素をフィルター処理します。 |
AsParallel(IEnumerable) |
クエリの並列化を有効にします。 |
AsQueryable(IEnumerable) |
IEnumerable を IQueryable に変換します。 |