C# Класс Ushahidi.Common.Controls.KeyboardPPC

PPC Keyboard Implementation
Наследование: IKeyboard
Показать файл Открыть проект

Открытые методы

Метод Описание
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