ToolStripPanel.ToolStripPanelRowCollection 클래스

정의

ToolStripPanelRow의 모든 ToolStripPanel 개체를 나타냅니다.

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.ToolStripPanelRowCollection(ToolStripPanel)

지정된 ToolStripPanel.ToolStripPanelRowCollection에 포함할 ToolStripPanel 클래스의 새 인스턴스를 초기화합니다.

ToolStripPanel.ToolStripPanelRowCollection(ToolStripPanel, ToolStripPanelRow[])

지정된 ToolStripPanel.ToolStripPanelRowCollection에 포함할 지정된 수의 행을 갖는 ToolStripPanel 클래스의 새 인스턴스를 초기화합니다.

속성

Count

컬렉션의 요소 수를 가져옵니다.

(다음에서 상속됨 ArrangedElementCollection)
IsReadOnly

컬렉션이 읽기 전용인지를 나타내는 값을 가져옵니다.

(다음에서 상속됨 ArrangedElementCollection)
Item[Int32]

ToolStripPanelRow에 있는 특정 ToolStripPanel.ToolStripPanelRowCollection를 가져옵니다.

메서드

Add(ToolStripPanelRow)

지정된 ToolStripPanelRowToolStripPanel.ToolStripPanelRowCollection에 추가합니다.

AddRange(ToolStripPanel+ToolStripPanelRowCollection)

지정된 ToolStripPanel.ToolStripPanelRowCollectionToolStripPanel에 추가합니다.

AddRange(ToolStripPanelRow[])

ToolStripPanelRowToolStripPanel 개체 배열을 추가합니다.

Clear()

ToolStripPanelRow에서 ToolStripPanel.ToolStripPanelRowCollection 개체를 모두 제거합니다.

Contains(ToolStripPanelRow)

지정된 ToolStripPanelRowToolStripPanel.ToolStripPanelRowCollection에 있는지 여부를 확인합니다.

CopyTo(Array, Int32)

대상 배열의 지정된 인덱스에서 시작하여 이 컬렉션의 전체 콘텐츠를 호환되는 1차원 Array에 복사합니다.

(다음에서 상속됨 ArrangedElementCollection)
CopyTo(ToolStripPanelRow[], Int32)

기존 배열 내의 지정된 위치로 전체 ToolStripPanel.ToolStripPanelRowCollection을 복사합니다.

Equals(Object)

두 개의 ArrangedElementCollection 인스턴스가 같은지 여부를 확인합니다.

(다음에서 상속됨 ArrangedElementCollection)
GetEnumerator()

전체 컬렉션에 대한 열거자를 반환합니다.

(다음에서 상속됨 ArrangedElementCollection)
GetHashCode()

이 인스턴스의 해시 코드를 반환합니다.

(다음에서 상속됨 ArrangedElementCollection)
GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
IndexOf(ToolStripPanelRow)

ToolStripPanelRow에 있는 지정된 ToolStripPanel.ToolStripPanelRowCollection의 인덱스를 가져옵니다.

Insert(Int32, ToolStripPanelRow)

ToolStripPanelRow의 지정된 위치에 지정된 ToolStripPanel.ToolStripPanelRowCollection를 삽입합니다.

MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
Remove(ToolStripPanelRow)

ToolStripPanelRow에서 지정된 ToolStripPanel.ToolStripPanelRowCollection을 제거합니다.

RemoveAt(Int32)

ToolStripPanelRow에서 지정한 인덱스에 있는 ToolStripPanel.ToolStripPanelRowCollection를 제거합니다.

ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

명시적 인터페이스 구현

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)

IEnumerableIQueryable로 변환합니다.

적용 대상