IStylusSyncPlugin Methods

Public Methods

  Name Description
Public method CustomStylusDataAdded Notifies the implementing plug-in that CustomStylusData is available.
Public method Error Notifies the implementing object that this plug-in or one of the previous ones in the StylusSyncPluginCollection collection threw an exception.
Public method InAirPackets Notifies the object implementing the IStylusSyncPlugin interface that the stylus is moving above the digitizer.
Public method Packets Informs the object implementing the IStylusSyncPlugin interface that the stylus is moving on the digitizer surface.
Public method RealTimeStylusDisabled Notifies the implementing plug-in that the RealTimeStylus object is disabled.
Public method RealTimeStylusEnabled Informs the implementing plug-in that the RealTimeStylus object is enabled
Public method StylusButtonDown Informs the implementing plug-in that the user has pressed a stylus button.
Public method StylusButtonUp This method supports the RealTimeStylus infrastructure and is not intended to be used directly from your code.
Public method StylusDown Informs the implementing plug-in that the stylus has touched the tablet digitizer surface.
Public method StylusInRange Informs the implementing plug-in that the stylus is entering the detection range of the digitizer.
Public method StylusOutOfRange Informs the implementing plug-in that the stylus is leaving the detection range of the digitizer.
Public method StylusUp Notifies the implementing plug-in when the user raises the stylus off of the digitizer surface.
Public method SystemGesture Notifies the implementing plug-in when a system gesture is received.
Public method TabletAdded Notifies the implementing plug-in when a Microsoft.Ink.Tablet object is added to the system.
Public method TabletRemoved Notifies the implementing plug-in when a Microsoft.Ink.Tablet object is removed from the system.

Top

See Also

Reference

IStylusSyncPlugin Interface
Microsoft.StylusInput Namespace
IstylusAsyncPlugin

Other Resources

Accessing and Manipulating Stylus Input
RealTimeStylus Plug-in Sample
RealTimeStylus Ink Collection Sample