C# Class Ushahidi.Common.Controls.KeyboardPPC

PPC Keyboard Implementation
Inheritance: IKeyboard
ファイルを表示 Open project: ushahidi/Ushahidi_WinMobile

Public Methods

Method Description
KeyboardPPC ( ) : System
Register ( Control control ) : void

Register a control to show keyboard upon focus

Private Methods

Method Description
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

Method Details

KeyboardPPC() public method

public KeyboardPPC ( ) : System
return System

Register() public method

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