C# 클래스 ComponentFactory.Krypton.Toolkit.KryptonCheckedListBox.CheckedIndexCollection

Encapsulates the collection of indexes of checked items (including items in an indeterminate state) in a CheckedListBox.
상속: IList
파일 보기 프로젝트 열기: ComponentFactory/Krypton

Private Properties

프로퍼티 타입 설명
CheckedIndexCollection System
IList int
IList void
IList void
IList void
IList void
InnerArrayGetEntryObject object
InnerArrayIndexOfIdentifier int

공개 메소드들

메소드 설명
Contains ( object item ) : bool

Determines whether the collection contains the button spec.

CopyTo ( Array array, int index ) : void

Copies all the elements of the current collection to the specified Array.

GetEnumerator ( ) : IEnumerator

Enumerate using non-generic interface.

IndexOf ( int index ) : int

Returns an index into the collection of checked indexes.

IndexOf ( object item ) : int

Determines the index of the specified spec in the collection.

this ( int index ) : object

Gets or sets the item at the specified index.

비공개 메소드들

메소드 설명
CheckedIndexCollection ( KryptonCheckedListBox owner ) : System

Initialize a new instance of the CheckedIndexCollection class.

IList ( object value ) : int
IList ( ) : void
IList ( int index ) : void
IList ( int index, object value ) : void
IList ( object value ) : void
InnerArrayGetEntryObject ( int index, int stateMask ) : object
InnerArrayIndexOfIdentifier ( object identifier, int stateMask ) : int

메소드 상세

Contains() 공개 메소드

Determines whether the collection contains the button spec.
public Contains ( object item ) : bool
item object Object reference.
리턴 bool

CopyTo() 공개 메소드

Copies all the elements of the current collection to the specified Array.
public CopyTo ( Array array, int index ) : void
array System.Array The Array that is the destination of the elements copied from the collection.
index int The index in array at which copying begins.
리턴 void

GetEnumerator() 공개 메소드

Enumerate using non-generic interface.
public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

IndexOf() 공개 메소드

Returns an index into the collection of checked indexes.
public IndexOf ( int index ) : int
index int The index of the checked item.
리턴 int

IndexOf() 공개 메소드

Determines the index of the specified spec in the collection.
public IndexOf ( object item ) : int
item object Object reference.
리턴 int

this() 공개 메소드

Gets or sets the item at the specified index.
public this ( int index ) : object
index int Item index.
리턴 object