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

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

Private Properties

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

Méthodes publiques

Méthode Description
Add ( object item ) : int
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 ( ComboBox owner ) : System.Collections
Remove ( object value ) : void
RemoveAt ( int index ) : void

Private Methods

Méthode Description
AddItem ( object item, bool suspend ) : int
AddRange ( IList items ) : void
ICollection ( Array destination, int index ) : void
IList ( object item ) : int
OnUIACollectionChangedEvent ( CollectionChangeEventArgs args ) : void
Sort ( ) : 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 ( 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 ( ComboBox owner ) : System.Collections
owner ComboBox
Résultat System.Collections

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