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

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

Private Properties

Property 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

Public Methods

Method 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

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

public Add ( int index ) : void
index int
return void

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 destination, int index ) : void
destination System.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 index ) : void
index int
return void

SelectedIndexCollection() public method

public SelectedIndexCollection ( ListBox owner ) : System
owner ListBox
return System

this() public method

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