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.
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 | |
---|---|---|
![]() |
CustomStylusDataAdded | Notifies the implementing plug-in that CustomStylusData is available. |
![]() |
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. |
![]() |
InAirPackets | Notifies the object implementing the IStylusAsyncPlugin interface that the stylus is moving above the digitizer. |
![]() |
Packets | Notifies the object implementing the IStylusAsyncPlugin interface that the stylus is moving on the digitizer. |
![]() |
RealTimeStylusDisabled | Notifies the implementing plug-in that the RealTimeStylus object is disabled. |
![]() |
RealTimeStylusEnabled | Notifies the implementing plug-in that the RealTimeStylus object is enabled |
![]() |
StylusButtonDown | Notifies the implementing plug-in that the user is pressing a stylus button. |
![]() |
StylusButtonUp | Notifies the implementing plug-in that the user has released a stylus button. |
![]() |
StylusDown | Notifies the implementing plug-in that the stylus has touched the digitizer surface. |
![]() |
StylusInRange | Notifies the implementing plug-in that the stylus is entering the detection range of the digitizer. |
![]() |
StylusOutOfRange | Notifies the implementing plug-in that the stylus is leaving detection range of the digitizer. |
![]() |
StylusUp | Notifies the implementing plug-in that the user has raised the stylus off of the tablet digitizer surface. |
![]() |
SystemGesture | Notifies the implementing plug-in when a system gesture is received. |
![]() |
TabletAdded | Notifies an implementing plug-in when a Microsoft.Ink.Tablet object is attached to the system. |
![]() |
TabletRemoved | Notifies an implementing plug-in when a Microsoft.Ink.Tablet object is removed from the system. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
DataInterest | Gets a value that defines the set of data notifications that the plug-in requires. |
Top