This topic has not yet been rated - Rate this topic

Stylus Events

.NET Framework 3.0
  Name Description
Public event Static GotStylusCapture Occurs when an element captures the stylus events.
Public event Static LostStylusCapture Occurs when an element releases the stylus events.
Public event Static PreviewStylusButtonDown Occurs when the user presses one of the buttons on the stylus.
Public event Static PreviewStylusButtonUp Occurs when the user releases one of the buttons on the stylus.
Public event Static PreviewStylusDown Occurs when user touches the tip of the stylus to the tablet.
Public event Static PreviewStylusInAirMove Occurs when the stylus moves while it is in range of, but not touching, the tablet.
Public event Static PreviewStylusInRange Occurs when the stylus comes within range of the tablet.
Public event Static PreviewStylusMove Occurs when the stylus moves while it is touching the tablet.
Public event Static PreviewStylusOutOfRange Occurs when the stylus goes out of range of the tablet.
Public event Static PreviewStylusSystemGesture Occurs when the user makes a system gesture with this stylus.
Public event Static PreviewStylusUp Occurs when the user lifts the stylus from the tablet.
Public event Static StylusButtonDown Occurs when the user presses one of the buttons on the stylus.
Public event Static StylusButtonUp Occurs when the user releases one of the buttons on the stylus.
Public event Static StylusDown Occurs when the user touches the tip of the stylus to the tablet.
Public event Static StylusEnter Occurs when the stylus cursor enters the bounds of an element.
Public event Static StylusInAirMove Occurs when the stylus moves while it is in range of, but not touching, the tablet.
Public event Static StylusInRange Occurs when the stylus comes within range of the tablet.
Public event Static StylusLeave Occurs when the stylus cursor leaves the bounds of an element.
Public event Static StylusMove Occurs when the stylus moves while it is touching the tablet.
Public event Static StylusOutOfRange Occurs when the stylus goes out of range of the tablet.
Public event Static StylusSystemGesture Occurs when the user makes a system gesture with this stylus.
Public event Static StylusUp Occurs when the user raises the stylus from the Tablet PC.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.