C# Class System.Windows.Forms.ListView.CheckedListViewItemCollection

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

Private Properties

Свойство Type Description
IList bool
IList int
IList void
IList void
IList void
IList void
ItemsCollection_Changed void
Reset void
this objectIList.System.Collections

Méthodes publiques

Méthode Description
CheckedListViewItemCollection ( ListView owner ) : System.Collections
Contains ( System.Windows.Forms.ListViewItem item ) : bool
ContainsKey ( string key ) : bool
CopyTo ( Array dest, int index ) : void
GetEnumerator ( ) : IEnumerator
IndexOf ( System.Windows.Forms.ListViewItem item ) : int
IndexOfKey ( string key ) : int
this ( int index ) : System.Windows.Forms.ListViewItem
this ( string key ) : System.Windows.Forms.ListViewItem

Private Methods

Méthode Description
IList ( object item ) : bool
IList ( object value ) : int
IList ( ) : void
IList ( int index ) : void
IList ( int index, object value ) : void
IList ( object value ) : void
ItemsCollection_Changed ( ) : void
Reset ( ) : void
this ( int index ) : objectIList.System.Collections

Method Details

CheckedListViewItemCollection() public méthode

public CheckedListViewItemCollection ( ListView owner ) : System.Collections
owner ListView
Résultat System.Collections

Contains() public méthode

public Contains ( System.Windows.Forms.ListViewItem item ) : bool
item System.Windows.Forms.ListViewItem
Résultat bool

ContainsKey() public méthode

public ContainsKey ( string key ) : bool
key string
Résultat bool

CopyTo() public méthode

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

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

IndexOf() public méthode

public IndexOf ( System.Windows.Forms.ListViewItem item ) : int
item System.Windows.Forms.ListViewItem
Résultat int

IndexOfKey() public méthode

public IndexOfKey ( string key ) : int
key string
Résultat int

this() public méthode

public this ( int index ) : System.Windows.Forms.ListViewItem
index int
Résultat System.Windows.Forms.ListViewItem

this() public méthode

public this ( string key ) : System.Windows.Forms.ListViewItem
key string
Résultat System.Windows.Forms.ListViewItem