I have a few text boxes on my UI that I want to display the mobile keyboard for when the control has focus, then go away.
Note: for this particular program, it is a
Use the InputPanel class. Enable it when you get focus, disable it when you lose focus.