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

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

Private Properties

Свойство Type Description
IList int
IList void
IList void
IList void
IList void
this object

Méthodes publiques

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

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

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

Clear() public méthode

public Clear ( ) : void
Résultat void

Contains() public méthode

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

CopyTo() public méthode

public CopyTo ( Array destination, int index ) : void
destination System.Array
index int
Résultat void

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

IndexOf() public méthode

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

Remove() public méthode

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

SelectedObjectCollection() public méthode

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