Share via


IStylusSyncPlugin Members

Include Protected Members
Include Inherited Members

Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members

Represents a synchronous plug-in that can be added to the RealTimeStylus object's SyncPluginCollection collection.

The IStylusSyncPlugin type exposes the following members.

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

Properties

  Name Description
Public property DataInterest Gets a value that is used to define the set of data notifications that the plug-in requires.

Top

See Also

Reference

IStylusSyncPlugin Interface

Microsoft.StylusInput Namespace