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

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

Private Properties

Property Type Description
AddItem int
AddItems void
ICollection void
IList int
OnUIACollectionChangedEvent void
Sort void
UpdateSelection void
this object

Public Methods

Method Description
Add ( object item ) : int
AddRange ( ObjectCollection value ) : void
AddRange ( object items ) : void
Clear ( ) : void
Contains ( object value ) : bool
CopyTo ( object destination, int arrayIndex ) : void
GetEnumerator ( ) : IEnumerator
IndexOf ( object value ) : int
Insert ( int index, object item ) : void
ObjectCollection ( ListBox owner ) : System
ObjectCollection ( ListBox owner, ObjectCollection value ) : System
ObjectCollection ( ListBox owner, object value ) : System
Remove ( object value ) : void
RemoveAt ( int index ) : void

Private Methods

Method Description
AddItem ( object item ) : int
AddItems ( IList items ) : void
ICollection ( Array destination, int index ) : void
IList ( object item ) : int
OnUIACollectionChangedEvent ( CollectionChangeEventArgs args ) : void
Sort ( ) : void
UpdateSelection ( int removed_index ) : void
this ( int index ) : object

Method Details

Add() public method

public Add ( object item ) : int
item object
return int

AddRange() public method

public AddRange ( ObjectCollection value ) : void
value ObjectCollection
return void

AddRange() public method

public AddRange ( object items ) : void
items object
return void

Clear() public method

public Clear ( ) : void
return void

Contains() public method

public Contains ( object value ) : bool
value object
return bool

CopyTo() public method

public CopyTo ( object destination, int arrayIndex ) : void
destination object
arrayIndex int
return void

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

IndexOf() public method

public IndexOf ( object value ) : int
value object
return int

Insert() public method

public Insert ( int index, object item ) : void
index int
item object
return void

ObjectCollection() public method

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

ObjectCollection() public method

public ObjectCollection ( ListBox owner, ObjectCollection value ) : System
owner ListBox
value ObjectCollection
return System

ObjectCollection() public method

public ObjectCollection ( ListBox owner, object value ) : System
owner ListBox
value object
return System

Remove() public method

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

RemoveAt() public method

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