DataInterestMask - перечисление
Обновлен: Ноябрь 2007
Defines values used by plug-ins to specify interest in receiving notification about events.
Пространство имен: Microsoft.StylusInput
Сборка: Microsoft.Ink (в Microsoft.Ink.dll)
Синтаксис
'Декларация
Public Enumeration DataInterestMask
'Применение
Dim instance As DataInterestMask
public enum DataInterestMask
public enum class DataInterestMask
public enum DataInterestMask
public enum DataInterestMask
Члены
Имя члена | Описание | |
---|---|---|
AllStylusData | The plug-in receives notifications for all data. | |
Error | Occurs when an error has occurred and has been added to the input queue. For more information about this notification, see the IStylusSyncPlugin.Error and IStylusAsyncPlugin.Error methods. | |
RealTimeStylusEnabled | Occurs when the primary instance of the RealTimeStylus class has been enabled. For more information about this notification, see the IStylusSyncPlugin.RealTimeStylusEnabled and IStylusAsyncPlugin.RealTimeStylusEnabled methods. | |
RealTimeStylusDisabled | Occurs when the primary instance of the RealTimeStylus class has been disabled. For more information about this notification, see the IStylusSyncPlugin.RealTimeStylusDisabled and IStylusAsyncPlugin.RealTimeStylusDisabled methods. | |
StylusInRange | Occurs when the Stylus object is in range of the digitizer. For more information about this notification, see the IStylusSyncPlugin.StylusInRange and IStylusAsyncPlugin.StylusInRange methods. | |
InAirPackets | Occurs when the Stylus object is in range of—but not touching—the digitizer and moving. For more information about this notification, see the IStylusSyncPlugin.InAirPackets and IStylusAsyncPlugin.InAirPackets methods. | |
StylusOutOfRange | Occurs when the Stylus object is out of range of the digitizer. For more information about this notification, see the IStylusSyncPlugin.StylusOutOfRange and IStylusAsyncPlugin.StylusOutOfRange methods. | |
StylusDown | Occurs when the stylus contacts the digitizer. For more information about this notification, see the IStylusSyncPlugin.StylusDown and IStylusAsyncPlugin.StylusDown methods. | |
Packets | Occurs when the stylus moves along the digitizer while in contact with the digitizer. For more information about this notification, see the IStylusSyncPlugin.Packets and IStylusAsyncPlugin.Packets methods. | |
StylusUp | Occurs when the stylus breaks physical contact with the digitizer. For more information about this notification, see the IStylusSyncPlugin.StylusUp and IStylusAsyncPlugin.StylusUp methods. | |
StylusButtonUp | Occurs when a user releases a stylus button. For more information about this notification, see the IStylusSyncPlugin.StylusButtonUp and IStylusAsyncPlugin.StylusButtonUp methods. | |
StylusButtonDown | Occurs when a user presses a stylus button. For more information about this notification, see the IStylusSyncPlugin.StylusButtonDown and IStylusAsyncPlugin.StylusButtonDown methods. | |
SystemGesture | Occurs when a system gesture is detected. For more information about this notification, see the IStylusSyncPlugin.SystemGesture and IStylusAsyncPlugin.SystemGesture methods. | |
TabletAdded | Occurs when a new tablet device is detected by the system. For more information about this notification, see the IStylusSyncPlugin.TabletAdded and IStylusAsyncPlugin.TabletAdded methods. | |
TabletRemoved | Occurs when a tablet device is removed from the system. For more information about this notification, see the IStylusSyncPlugin.TabletRemoved and IStylusAsyncPlugin.TabletRemoved methods. | |
CustomStylusDataAdded | Occurs when a plug-in adds data to a queue. For more information about this notification, see the IStylusSyncPlugin.CustomStylusDataAdded and IStylusAsyncPlugin.CustomStylusDataAdded methods. | |
DefaultStylusData | The plug-in receives the default stylus data: RealTimeStylusEnabled, RealTimeStylusDisabled, StylusDown, Packets, StylusUp, SystemGesture, and CustomStylusDataAdded. |
Платформы
Windows Vista, Windows XP с пакетом обновления 2 (SP2), Windows Server 2003
Среды .NET Framework и .NET Compact Framework поддерживают не все версии каждой платформы. Поддерживаемые версии перечислены в разделе Требования к системе для .NET Framework.
Сведения о версии
.NET Framework
Поддерживается в версии: 3.0
См. также
Ссылки
Microsoft.StylusInput - пространство имен