InkPicture.KeyPress event
Occurs when a key is pressed while the InkPicture control has focus.
Syntax
void KeyPress( [in, out] short *KeyAscii );
Parameters
- KeyAscii [in, out]
-
The ASCII value of the key that is being pressed.
Return value
This event does not return a value.
Remarks
This event method is defined in the _IInkPictureEvents interface. The _IInkPictureEvents interface implements the IDispatch interface with an identifier of DISPID_IPEKeyPress.
Requirements
|
Minimum supported client |
Windows XP Tablet PC Edition [desktop apps only] |
|---|---|
|
Minimum supported server |
None supported |
|
Header |
|
|
Library |
|
See also
Show: