PacketsData Class
.NET Framework 3.0
Represents a container for the values passed in the IStylusSyncPlugin.Packets and IStylusAsyncPlugin.Packets methods when packets are detected. This class cannot be inherited.
Namespace: Microsoft.StylusInput.PluginData
Assembly: Microsoft.Ink (in microsoft.ink.dll)
Assembly: Microsoft.Ink (in microsoft.ink.dll)
You can create new instances of the object and add it to a RealTimeStylus queue by using the AddCustomStylusDataToQueue method.
You can modify the packet data of this notification by calling the SetData method.
Note: |
|---|
| Calling the SetData method with its value property set to null (Nothing in Microsoft Visual Basic .NET) allows you to cancel the notification. This is useful when you want to cancel packets from within a plug-in. |
System.Object
Microsoft.StylusInput.PluginData.StylusDataBase
Microsoft.StylusInput.PluginData.PacketsData
Microsoft.StylusInput.PluginData.StylusDataBase
Microsoft.StylusInput.PluginData.PacketsData
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show:
Note: