IStylusSyncPlugin - члены
Включить защищенные члены
Включить унаследованные члены
Включить члены .NET Framework
Включить члены .NET Compact Framework
Включить члены XNA Framework
Обновлен: Ноябрь 2007
Represents a synchronous plug-in that can be added to the RealTimeStylus object's SyncPluginCollection collection.
Тип IStylusSyncPlugin предоставляет следующие члены.
Методы
Имя | Описание | |
---|---|---|
![]() |
CustomStylusDataAdded | Notifies the implementing plug-in that CustomStylusData is available. |
![]() |
Error | Notifies the implementing object that this plug-in or one of the previous ones in the StylusSyncPluginCollection collection threw an exception. |
![]() |
InAirPackets | Notifies 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 surface. |
![]() |
RealTimeStylusDisabled | Notifies the implementing plug-in that the RealTimeStylus object is disabled. |
![]() |
RealTimeStylusEnabled | Informs the implementing plug-in that the RealTimeStylus object is enabled |
![]() |
StylusButtonDown | Informs the implementing plug-in that the user has pressed a stylus button. |
![]() |
StylusButtonUp | This method supports the RealTimeStylus infrastructure and is not intended to be used directly from your code. |
![]() |
StylusDown | Informs the implementing plug-in that the stylus has touched the tablet digitizer surface. |
![]() |
StylusInRange | Informs the implementing plug-in that the stylus is entering the detection range of the digitizer. |
![]() |
StylusOutOfRange | Informs the implementing plug-in that the stylus is leaving the detection range of the digitizer. |
![]() |
StylusUp | Notifies the implementing plug-in when the user raises the stylus off of the digitizer surface. |
![]() |
SystemGesture | Notifies the implementing plug-in when a system gesture is received. |
![]() |
TabletAdded | Notifies the implementing plug-in when a Microsoft.Ink.Tablet object is added to the system. |
![]() |
TabletRemoved | Notifies the implementing plug-in when a Microsoft.Ink.Tablet object is removed from the system. |
В начало страницы
Свойства
Имя | Описание | |
---|---|---|
![]() |
DataInterest | Gets a value that is used to define the set of data notifications that the plug-in requires. |
В начало страницы