Метод | Описание | |
---|---|---|
CopyTo ( |
Not implemented. Throws an exception.
|
|
GetEnumerator ( ) : IEnumerator |
Returns an enumerator which allows iteration through the selected items collection.
|
|
SelectedIndexCollection ( |
Creates a new instance of this class
|
|
this ( int index ) : int |
Returns the selected item with the specified 0-based index in the collection of selected items. Do not use this method to enumerate through all selected items as it gets the collection of selected items each item it is called. The |
public CopyTo ( |
||
dest | Array to copy items to | |
startIndex | int | First index in array to put items in. |
Результат | void |
public SelectedIndexCollection ( |
||
owner | The VListBox which owns the collection | |
Результат | System |