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
- 특성
설명
컨트롤의 DataGridView 속성은 Controls 형식 Control.ControlCollection 의 인스턴스로 캐스팅할 수 있는 형식DataGridView.DataGridViewControlCollection의 인스턴스를 반환합니다.
편집 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로 변환합니다. |