InkPicture.CursorButtonUp event
Applies to: desktop apps only
Occurs when the InkCollector detects a cursor button that is up.
Syntax
void CursorButtonUp( [in] IInkCursor *Cursor, [in] IInkCursorButton *Button );
Parameters
- Cursor [in]
-
The IInkCursor Interface object that generated the CursorButtonUp event.
- Button [in]
-
The button that was released.
Return value
This event does not return a value.
Remarks
A button on a pen tip is up when the user completes a stroke and lifts the pen from the digitizer. A button on a barrel is up when the button is not pressed.
When you release the right mouse button, you actually receive two CursorButtonUp events - one for right button up and one for left button up.
This event method is defined in the _IInkCollectorEvents, _IInkOverlayEvents, and _IInkPictureEvents dispinterfaces with an ID of DISPID_ICECursorButtonUp.
Requirements
|
Minimum supported client | Windows XP Tablet PC Edition |
|---|---|
|
Minimum supported server | None supported |
|
Header |
|
|
Library |
|
See also
Send comments about this topic to Microsoft
Build date: 3/6/2012