Share via


IStylusAsyncPlugin Members

Include Protected Members
Include Inherited Members

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

Represents an asynchronous plug-in that can be added to the RealTimeStylus object's AsyncPluginCollection property.

The IStylusAsyncPlugin 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, one of the previous plug-ins in the StylusAsyncPluginCollection collection, or a plug-in in the StylusAsyncPluginCollection collection threw an exception.
Public method InAirPackets Notifies the object implementing the IStylusAsyncPlugin interface that the stylus is moving above the digitizer.
Public method Packets Notifies the object implementing the IStylusAsyncPlugin interface that the stylus is moving on the digitizer.
Public method RealTimeStylusDisabled Notifies the implementing plug-in that the RealTimeStylus object is disabled.
Public method RealTimeStylusEnabled Notifies the implementing plug-in that the RealTimeStylus object is enabled
Public method StylusButtonDown Notifies the implementing plug-in that the user is pressing a stylus button.
Public method StylusButtonUp Notifies the implementing plug-in that the user has released a stylus button.
Public method StylusDown Notifies the implementing plug-in that the stylus has touched the digitizer surface.
Public method StylusInRange Notifies the implementing plug-in that the stylus is entering the detection range of the digitizer.
Public method StylusOutOfRange Notifies the implementing plug-in that the stylus is leaving detection range of the digitizer.
Public method StylusUp Notifies the implementing plug-in that the user has raised the stylus off of the tablet digitizer surface.
Public method SystemGesture Notifies the implementing plug-in when a system gesture is received.
Public method TabletAdded Notifies an implementing plug-in when a Microsoft.Ink.Tablet object is attached to the system.
Public method TabletRemoved Notifies an 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 defines the set of data notifications that the plug-in requires.

Top

See Also

Reference

IStylusAsyncPlugin Interface

Microsoft.StylusInput Namespace