Displaying the Pen Input Panel
Displaying the Pen Input Panel |
Overview of displaying the input panel.
The order of the various focus events for a control is as follows:
There is no guarantee that the control actually has focus by the time the Control.Visible property is written when it is set in the Control.Enter event handler. The Control.Enter event is the best place to attach the PenInputPanel object to a control, but the Control.GotFocus event is the best place to change the PenInputPanel.Visible property.