C# Class System.Windows.Forms.CheckedListBox.CheckedIndexCollection

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

Private Properties

Свойство Type Description
CheckedIndexCollection System
IList bool
IList int
IList void
IList void
IList void
IList void
Refresh void
this int
this objectIList.System

Méthodes publiques

Méthode Description
Contains ( int index ) : bool
CopyTo ( Array dest, int index ) : void
GetEnumerator ( ) : IEnumerator
IndexOf ( int index ) : int

Private Methods

Méthode Description
CheckedIndexCollection ( CheckedListBox owner ) : System
IList ( object index ) : bool
IList ( object value ) : int
IList ( ) : void
IList ( int index ) : void
IList ( int index, object value ) : void
IList ( object value ) : void
Refresh ( ) : void
this ( int index ) : int
this ( int index ) : objectIList.System

Method Details

Contains() public méthode

public Contains ( int index ) : bool
index int
Résultat bool

CopyTo() public méthode

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

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

IndexOf() public méthode

public IndexOf ( int index ) : int
index int
Résultat int