Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Instantiating the Pen Input Panel |
Description of instantiating the Pen Input Panel.
You can instantiate multiple PenInputPanel objects, attaching one to each control on a form, or you can instantiate one PenInputPanel object and move it between controls in focus event handlers. Because only one edit control can have focus at a time, the second method can save memory. A version of the Auto Claims sample called the PenInputPanel Sample has been implemented showing both techniques.
The following sections describe creating and displaying PenInputPanel objects.