C# 클래스 Habanero.Faces.Win.ComboBoxKeyPressMapperStrategyWin

Provides a set of behaviour strategies that can be applied to a lookup ComboBox depending on the environment
상속: IComboBoxMapperStrategy
파일 보기 프로젝트 열기: Chillisoft/habanero.faces 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
ComboBoxWinOnKeyPressHandler ( ) : System.Windows.Forms.KeyPressEventHandler

메소드 상세

AddHandlers() 공개 메소드

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
리턴 void

RemoveCurrentHandlers() 공개 메소드

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