C# 클래스 Ushahidi.Common.Controls.KeyboardPPC

PPC Keyboard Implementation
상속: IKeyboard
파일 보기 프로젝트 열기: ushahidi/Ushahidi_WinMobile

공개 메소드들

메소드 설명
KeyboardPPC ( ) : System
Register ( Control control ) : void

Register a control to show keyboard upon focus

비공개 메소드들

메소드 설명
OnControlGotFocus ( object sender, EventArgs e ) : void

OnGotFocus, and AutoShow enabled then show the keyboard

OnControlLostFocus ( object sender, EventArgs e ) : void

OnLostFocus, and AutoShow enabled then hide the keyboard

OnEnabledChanged ( object sender, EventArgs e ) : void

On Keyboad manually enabled/visibility changed, fire KeyboardChanged event

메소드 상세

KeyboardPPC() 공개 메소드

public KeyboardPPC ( ) : System
리턴 System

Register() 공개 메소드

Register a control to show keyboard upon focus
public Register ( Control control ) : void
control System.Windows.Forms.Control control to register for keyboard
리턴 void