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.
This section contains Events for the InkPicture Control.
Event | Description |
---|---|
ChangeUICues | Deprecated. |
Click | Occurs when a user clicks the InkPicture control. |
CursorButtonDown Event | Occurs when the InkCollector control detects an IInkCursorButton object that is down. |
CursorButtonUp Event | Occurs when the InkPicture control detects an IInkCursorButton that is up. |
CursorDown Event | Occurs when the cursor tip contacts the digitizing tablet surface. |
CursorInRange Event | Occurs when a cursor enters the physical detection range (proximity) of the tablet context. |
CursorOutOfRange Event | Occurs when the cursor leaves the physical detection range (proximity) of the tablet context. |
DblClick | Occurs when the InkPicture control is double-clicked. This event method is defined in the _IInkPictureEvents interface. The _IInkPictureEvents interface implements the IDispatch interface with an identifier of DISPID_IPEDblClick. |
Gesture Event | Occurs when an application gesture is recognized. |
KeyDown Event [InkPicture Control] | Occurs when a key is pressed and in the down position while the InkPicture control has focus. |
KeyPress Event[InkPicture Control] | Occurs when a key is pressed while the InkPicture control has focus. |
KeyUp Event [InkPicture Control] | Occurs when a key is released while the InkPicture control has focus. |
MouseDown Event [InkPicture Control] | Occurs when the mouse pointer is over the InkPicture control and a mouse button is pressed. |
MouseEnter | Occurs when the mouse pointer enters the InkPicture control. |
MouseHover | Occurs when the mouse pointer hovers over the InkPicture control. |
MouseLeave | Occurs when the mouse pointer leaves the InkPicture control. |
MouseMove Event [InkPicture Control] | Occurs when the mouse pointer is moved over the InkPicture control. |
MouseUp Event [InkPicture Control] | Occurs when the mouse pointer is over the InkPicture control and a mouse button is released. |
MouseWheel | Occurs when the mouse wheel moves while the InkPicture control has focus. |
NewInAirPackets Event | Occurs when an in-air packet is seen. |
NewPackets Event | Occurs when the InkPicture control receives a packet. |
Painted | Occurs when the InkPicture control has completed redrawing itself. |
Painting | Occurs before the InkPicture control redraws itself. |
Resize | Occurs when the InkPicture control is resized. |
SelectionChanged | Occurs when the selection of text within the InkPicture control has changed, such as through alterations to the user interface, cut-and-paste procedures, or the Selection property. |
SelectionChanging | Occurs when the selection of text within the InkPicture control is about to change, such as through alterations to the user interface, cut-and-paste procedures, or the Selection property. |
SelectionMoved | Occurs when the position of the current selection has changed, such as through alterations to the user interface, cut-and-paste procedures, or the Selection property. |
SelectionMoving Event [InkPicture Control] | Occurs when the position of the current selection is about to change, such as through alterations to the user interface, cut-and-paste procedures, or the Selection property. |
SelectionResized | Occurs when the size of the current selection has changed, such as through alterations to the user interface, cut-and-paste procedures, or the Selection property. |
SelectionResizing | Occurs when the size of the current selection is about to change, such as through alterations to the user interface, cut-and-paste procedures, or the Selection property. |
SizeChanged | Occurs after the InkPicture control has been resized, specifically, after the Width or Height property value changes. |
SizeModeChanged | Occurs after the SizeMode property of the InkPicture control has been changed. |
StyleChanged | Not implemented. |
Stroke | Occurs when the user draws a new stroke on any tablet. |
StrokesDeleted | Occurs after IInkStrokeDisp objects have been deleted from the Ink property. |
StrokesDeleting | Occurs before IInkStrokeDisp objects are deleted from the Ink property. |
SystemColorsChanged | Occurs after the system colors change. |
SystemGesture | Occurs when a system gesture is recognized. |
TabletAdded Event | Occurs when a tablet is added to the system. |
TabletRemoved Event | Occurs when a tablet is removed from the system. |