C# Class Ushahidi.Common.Controls.Keyboard

InputPanel Keyboard
ファイルを表示 Open project: ushahidi/Ushahidi_WinMobile

Private Properties

Property Type Description

Public Methods

Method Description
Dispose ( ) : void

Dispose of keyboard

Register ( Control control ) : void

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

Method Details

Dispose() public static method

Dispose of keyboard
public static Dispose ( ) : void
return void

Register() public static method

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
return void