C# Класс Habanero.UI.Win.LookupComboBoxKeyPressMapperStrategyWin

Provides a set of behaviour strategies that can be applied to a lookup ComboBox depending on the environment
Наследование: ILookupComboBoxMapperStrategy
Показать файл Открыть проект

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

Метод Описание
AddHandlers ( ILookupComboBoxMapper mapper ) : void

Adds event handlers to the ComboBox that are suitable for the UI environment

RemoveCurrentHandlers ( ILookupComboBoxMapper mapper ) : void

Removes event handlers previously assigned to the ComboBox

Приватные методы

Метод Описание
ComboBox ( ILookupComboBoxMapper mapper ) : ComboBoxWin

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

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

Adds event handlers to the ComboBox that are suitable for the UI environment
public AddHandlers ( ILookupComboBoxMapper mapper ) : void
mapper ILookupComboBoxMapper The mapper for the lookup ComboBox
Результат void

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

Removes event handlers previously assigned to the ComboBox
public RemoveCurrentHandlers ( ILookupComboBoxMapper mapper ) : void
mapper ILookupComboBoxMapper The mapper for the lookup ComboBox
Результат void