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

The keyboard changed event args
상속: System.EventArgs
파일 보기 프로젝트 열기: ushahidi/Ushahidi_WinMobile 1 사용 예제들

공개 메소드들

메소드 설명
KeyboardEventArgs ( bool visible, int height, Control control ) : System

메소드 상세

KeyboardEventArgs() 공개 메소드

public KeyboardEventArgs ( bool visible, int height, Control control ) : System
visible bool
height int
control System.Windows.Forms.Control
리턴 System