C# 클래스 System.Windows.Forms.ListBox.SelectedIndexCollection

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

Private Properties

프로퍼티 타입 설명
AddCore bool
CheckSorted void
ClearCore bool
IList bool
IList int
IList void
IList void
IList void
IList void
OnUIACollectionChangedEvent void
RemoveCore bool
this objectIList.System

공개 메소드들

메소드 설명
Add ( int index ) : void
Clear ( ) : void
Contains ( int selectedIndex ) : bool
CopyTo ( Array destination, int index ) : void
GetEnumerator ( ) : IEnumerator
IndexOf ( int selectedIndex ) : int
Remove ( int index ) : void
SelectedIndexCollection ( ListBox owner ) : System
this ( int index ) : int

비공개 메소드들

메소드 설명
AddCore ( int index ) : bool
CheckSorted ( ) : void
ClearCore ( ) : bool
IList ( object selectedIndex ) : bool
IList ( object value ) : int
IList ( ) : void
IList ( int index ) : void
IList ( int index, object value ) : void
IList ( object value ) : void
OnUIACollectionChangedEvent ( CollectionChangeEventArgs args ) : void
RemoveCore ( int index ) : bool
this ( int index ) : objectIList.System

메소드 상세

Add() 공개 메소드

public Add ( int index ) : void
index int
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Contains() 공개 메소드

public Contains ( int selectedIndex ) : bool
selectedIndex int
리턴 bool

CopyTo() 공개 메소드

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

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

IndexOf() 공개 메소드

public IndexOf ( int selectedIndex ) : int
selectedIndex int
리턴 int

Remove() 공개 메소드

public Remove ( int index ) : void
index int
리턴 void

SelectedIndexCollection() 공개 메소드

public SelectedIndexCollection ( ListBox owner ) : System
owner ListBox
리턴 System

this() 공개 메소드

public this ( int index ) : int
index int
리턴 int