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

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

Private Properties

Свойство Type Description
IList bool
IList int
IList void
IList void
IList void
IList void
InsertIndex void
ItemsCollection_Changed void
RemoveIndex void
Reset void
this objectIList.System.Collections

Méthodes publiques

Méthode Description
Add ( int itemIndex ) : int
Clear ( ) : void
Contains ( int selectedIndex ) : bool
CopyTo ( Array dest, int index ) : void
GetEnumerator ( ) : IEnumerator
IndexOf ( int selectedIndex ) : int
Remove ( int itemIndex ) : void
SelectedIndexCollection ( ListView owner ) : System.Collections
this ( int index ) : int

Private Methods

Méthode Description
IList ( object selectedIndex ) : bool
IList ( object value ) : int
IList ( ) : void
IList ( int index ) : void
IList ( int index, object value ) : void
IList ( object value ) : void
InsertIndex ( int index ) : void
ItemsCollection_Changed ( ) : void
RemoveIndex ( int index ) : void
Reset ( ) : void
this ( int index ) : objectIList.System.Collections

Method Details

Add() public méthode

public Add ( int itemIndex ) : int
itemIndex int
Résultat int

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 dest, int index ) : void
dest 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 itemIndex ) : void
itemIndex int
Résultat void

SelectedIndexCollection() public méthode

public SelectedIndexCollection ( ListView owner ) : System.Collections
owner ListView
Résultat System.Collections

this() public méthode

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