C# 클래스 System.Windows.Forms.CheckedListBox.CheckedItemCollection

상속: IList, ICollection, IEnumerable
파일 보기 프로젝트 열기: Clancey/MonoMac.Windows.Form 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CheckedItemCollection System
IList int
IList void
IList void
IList void
IList void
Refresh void
this object

공개 메소드들

메소드 설명
Contains ( object item ) : bool
CopyTo ( Array dest, int index ) : void
GetEnumerator ( ) : IEnumerator
IndexOf ( object item ) : int

비공개 메소드들

메소드 설명
CheckedItemCollection ( CheckedListBox owner ) : System
IList ( object value ) : int
IList ( ) : void
IList ( int index ) : void
IList ( int index, object value ) : void
IList ( object value ) : void
Refresh ( ) : void
this ( int index ) : object

메소드 상세

Contains() 공개 메소드

public Contains ( object item ) : bool
item object
리턴 bool

CopyTo() 공개 메소드

public CopyTo ( Array dest, int index ) : void
dest System.Array
index int
리턴 void

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

IndexOf() 공개 메소드

public IndexOf ( object item ) : int
item object
리턴 int