C# Class Ushahidi.Common.Controls.KeyboardPPC

PPC Keyboard Implementation
Inheritance: IKeyboard
Afficher le fichier Open project: ushahidi/Ushahidi_WinMobile

Méthodes publiques

Méthode Description
KeyboardPPC ( ) : System
Register ( Control control ) : void

Register a control to show keyboard upon focus

Private Methods

Méthode 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 méthode

public KeyboardPPC ( ) : System
Résultat System

Register() public méthode

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