C# Class System.Windows.Forms.ListBox.SelectedIndexCollection

Inheritance: IList, ICollection, IEnumerable
Afficher le fichier Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Private Properties

Свойство Type Description
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

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

Add() public méthode

public Add ( int index ) : void
index int
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Contains() public méthode

public Contains ( int selectedIndex ) : bool
selectedIndex int
Résultat bool

CopyTo() public méthode

public CopyTo ( Array destination, int index ) : void
destination System.Array
index int
Résultat void

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

IndexOf() public méthode

public IndexOf ( int selectedIndex ) : int
selectedIndex int
Résultat int

Remove() public méthode

public Remove ( int index ) : void
index int
Résultat void

SelectedIndexCollection() public méthode

public SelectedIndexCollection ( ListBox owner ) : System
owner ListBox
Résultat System

this() public méthode

public this ( int index ) : int
index int
Résultat int