Свойство | Тип | Описание | |
---|---|---|---|
IList | bool | ||
IList | int | ||
IList | void | ||
IList | void | ||
IList | void | ||
IList | void | ||
ItemsCollection_Changed | void | ||
Reset | void | ||
this | objectIList.System.Collections |
Метод | Описание | |
---|---|---|
CheckedListViewItemCollection ( |
||
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 |
Метод | Описание | |
---|---|---|
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 |
public CheckedListViewItemCollection ( |
||
owner | ||
Результат | System.Collections |
public Contains ( System.Windows.Forms.ListViewItem item ) : bool | ||
item | System.Windows.Forms.ListViewItem | |
Результат | bool |
public CopyTo ( Array dest, int index ) : void | ||
dest | Array | |
index | int | |
Результат | void |
public IndexOf ( System.Windows.Forms.ListViewItem item ) : int | ||
item | System.Windows.Forms.ListViewItem | |
Результат | int |
public this ( int index ) : System.Windows.Forms.ListViewItem | ||
index | int | |
Результат | System.Windows.Forms.ListViewItem |
public this ( string key ) : System.Windows.Forms.ListViewItem | ||
key | string | |
Результат | System.Windows.Forms.ListViewItem |