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

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

Private Properties

Свойство Type Description
AddItem int
AddItems void
ICollection void
IList int
OnUIACollectionChangedEvent void
Sort void
UpdateSelection void
this object

Méthodes publiques

Méthode 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

Méthode 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 méthode

public Add ( object item ) : int
item object
Résultat int

AddRange() public méthode

public AddRange ( ObjectCollection value ) : void
value ObjectCollection
Résultat void

AddRange() public méthode

public AddRange ( object items ) : void
items object
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Contains() public méthode

public Contains ( object value ) : bool
value object
Résultat bool

CopyTo() public méthode

public CopyTo ( object destination, int arrayIndex ) : void
destination object
arrayIndex int
Résultat void

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

IndexOf() public méthode

public IndexOf ( object value ) : int
value object
Résultat int

Insert() public méthode

public Insert ( int index, object item ) : void
index int
item object
Résultat void

ObjectCollection() public méthode

public ObjectCollection ( ListBox owner ) : System
owner ListBox
Résultat System

ObjectCollection() public méthode

public ObjectCollection ( ListBox owner, ObjectCollection value ) : System
owner ListBox
value ObjectCollection
Résultat System

ObjectCollection() public méthode

public ObjectCollection ( ListBox owner, object value ) : System
owner ListBox
value object
Résultat System

Remove() public méthode

public Remove ( object value ) : void
value object
Résultat void

RemoveAt() public méthode

public RemoveAt ( int index ) : void
index int
Résultat void