C# Класс Habanero.Faces.Win.ListBoxWin.ListBoxSelectedObjectCollectionWin

Represents the collection of selected items in the ListBox. This adapts the WinForms SelectedObjectCollection for Habanero.Faces
Наследование: ISelectedObjectCollection
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Add ( object item ) : void

Adds an item to the list of selected items for a ListBox

Contains ( object selectedObject ) : bool
GetEnumerator ( ) : IEnumerator

Returns an enumerator that iterates through a collection.

ListBoxSelectedObjectCollectionWin ( SelectedObjectCollection items ) : System

Constructs the Selected Objects Adaptor.

Описание методов

Add() публичный Метод

Adds an item to the list of selected items for a ListBox
public Add ( object item ) : void
item object An object representing the item to add /// to the collection of selected items
Результат void

Contains() публичный Метод

public Contains ( object selectedObject ) : bool
selectedObject object
Результат bool

GetEnumerator() публичный Метод

Returns an enumerator that iterates through a collection.
public GetEnumerator ( ) : IEnumerator
Результат IEnumerator

ListBoxSelectedObjectCollectionWin() публичный Метод

Constructs the Selected Objects Adaptor.
public ListBoxSelectedObjectCollectionWin ( SelectedObjectCollection items ) : System
items SelectedObjectCollection
Результат System