C# Class Habanero.Faces.Win.ComboBoxKeyPressMapperStrategyWin

Provides a set of behaviour strategies that can be applied to a lookup ComboBox depending on the environment
Inheritance: IComboBoxMapperStrategy
Show file Open project: Chillisoft/habanero.faces Class Usage Examples

Public Methods

Method Description
AddHandlers ( IComboBoxMapper mapper ) : void

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

RemoveCurrentHandlers ( IComboBoxMapper mapper ) : void

Removes event handlers previously assigned to the ComboBox

Private Methods

Method Description
ComboBoxWinOnKeyPressHandler ( ) : System.Windows.Forms.KeyPressEventHandler

Method Details

AddHandlers() public method

Adds event handlers to the ComboBox that are suitable for the UI environment
public AddHandlers ( IComboBoxMapper mapper ) : void
mapper IComboBoxMapper The mapper for the lookup ComboBox
return void

RemoveCurrentHandlers() public method

Removes event handlers previously assigned to the ComboBox
public RemoveCurrentHandlers ( IComboBoxMapper mapper ) : void
mapper IComboBoxMapper The mapper for the lookup ComboBox
return void