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

Inheritance: IList, ICollection, IEnumerable
Show file Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Private Properties

Property 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

Public Methods

Method 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

Method 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 method

public Add ( int itemIndex ) : int
itemIndex int
return int

Clear() public method

public Clear ( ) : void
return void

Contains() public method

public Contains ( int selectedIndex ) : bool
selectedIndex int
return bool

CopyTo() public method

public CopyTo ( Array dest, int index ) : void
dest Array
index int
return void

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

IndexOf() public method

public IndexOf ( int selectedIndex ) : int
selectedIndex int
return int

Remove() public method

public Remove ( int itemIndex ) : void
itemIndex int
return void

SelectedIndexCollection() public method

public SelectedIndexCollection ( ListView owner ) : System.Collections
owner ListView
return System.Collections

this() public method

public this ( int index ) : int
index int
return int