Method | Description | |
---|---|---|
KeyboardPPC ( ) : System | ||
Register ( |
Register a control to show keyboard upon focus
|
Method | Description | |
---|---|---|
OnControlGotFocus ( object sender, |
OnGotFocus, and AutoShow enabled then show the keyboard
|
|
OnControlLostFocus ( object sender, |
OnLostFocus, and AutoShow enabled then hide the keyboard
|
|
OnEnabledChanged ( object sender, |
On Keyboad manually enabled/visibility changed, fire KeyboardChanged event
|
public Register ( |
||
control | control to register for keyboard | |
return | void |