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

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

Private Properties

Property Type Description
IList int
IList void
IList void
IList void
IList void
this object

Public Methods

Method Description
Add ( object value ) : void
Clear ( ) : void
Contains ( object selectedObject ) : bool
CopyTo ( Array destination, int index ) : void
GetEnumerator ( ) : IEnumerator
IndexOf ( object selectedObject ) : int
Remove ( object value ) : void
SelectedObjectCollection ( ListBox owner ) : System

Private Methods

Method Description
IList ( object value ) : int
IList ( ) : void
IList ( int index ) : void
IList ( int index, object value ) : void
IList ( object value ) : void
this ( int index ) : object

Method Details

Add() public method

public Add ( object value ) : void
value object
return void

Clear() public method

public Clear ( ) : void
return void

Contains() public method

public Contains ( object selectedObject ) : bool
selectedObject object
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 ( object selectedObject ) : int
selectedObject object
return int

Remove() public method

public Remove ( object value ) : void
value object
return void

SelectedObjectCollection() public method

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