C# Класс Habanero.Faces.VWG.ListBoxVWG.ListBoxSelectedObjectCollectionGiz

Represents the collection of selected items in the ListBox
Наследование: 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.

ListBoxSelectedObjectCollectionGiz ( SelectedObjectCollection items ) : System

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

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

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

public ListBoxSelectedObjectCollectionGiz ( SelectedObjectCollection items ) : System
items SelectedObjectCollection
Результат System