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

InputPanel Keyboard
파일 보기 프로젝트 열기: ushahidi/Ushahidi_WinMobile

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Dispose ( ) : void

Dispose of keyboard

Register ( Control control ) : void

Register a control for GotFocus & LostFocus to show/hide keyboard

메소드 상세

Dispose() 공개 정적인 메소드

Dispose of keyboard
public static Dispose ( ) : void
리턴 void

Register() 공개 정적인 메소드

Register a control for GotFocus & LostFocus to show/hide keyboard
public static Register ( Control control ) : void
control System.Windows.Forms.Control The control to register
리턴 void