IStylusSyncPlugin Interface
IStylusSyncPlugin Interface |
Interface implemented by synchronous plug-ins. Implenting objects are added to the RealTimeStylus SyncPluginCollection.
Definition
Visual Basic .NET Interface IStylusSyncPlugin C# interface IStylusSyncPlugin Managed C++ __gc __interface IStylusSyncPlugin
Members Table
The following table lists the members exposed by the object.
Methods
Method Description CustomStylusDataAdded Informs the implementing plug-in that custom stylus data is available. Error Informs the implementing object that this plug-in or one of the previous ones in the list threw an error. InAirPackets Informs the object implementing the IStylusSyncPlugin interface that the stylus is moving above the digitizer. Packets Informs the object implementing the IStylusSyncPlugin interface that the stylus is moving on the digitizer. RealTimeStylusDisabled Informs the implementing plug-in that the RealTimeStylus is disabled. RealTimeStylusEnabled Informs the implementing plug-in that the RealTimeStylus is enabled StylusButtonDown Informs the implementing plug-in that the stylus button is pressed StylusButtonUp Informs the implementing plug-in that the stylus button has been released. StylusDown Informs the implementing plug-in that the Stylus has touched the digitizer. StylusInRange Informs the implementing plug-in that the tablet pen is entering the input area of the RealTimeStylus object or entering the detection range of the digitizer above the input area of the RealTimeStylus object. StylusOutOfRange Informs the implementing plug-in that the tablet pen is leaving the input area of the RealTimeStylus object or leaving the detection range of the digitizer above the input area of the RealTimeStylus object. StylusUp Notification occurs when the stylus is raised off of the digitizer. SystemGesture Notification occurs when a system gesture is received. TabletAdded Notification occurs when a Tablet is attached to the system. TabletRemoved Notification occurs when a Tablet is removed from the system. Properties
Property Description DataInterest Used to define the set of data notifications that the plug-in requires.
Interface Information
Namespace Microsoft.StylusInput Assembly Microsoft.Ink (microsoft.ink.dll) Strong Name Microsoft.Ink, Version=1.7.4009.0, Culture=neutral, PublicKeyToken=a2870d9cc4d021c8
See Also