StylusQueues Enumeration

StylusQueues Enumeration

Defines values that specify on which queues to insert stylus data.

Definition

Visual Basic .NET Public Enum StylusQueues
C# public enum StylusQueues
Managed C++ __value public enum StylusQueues

Constants

Constant Name Description
Input Specifies to add data to the input queue. When data is added to the input queue, it is automatically added to the output queue.
OutputImmediate Add data to the output queue only, before any currently-processing Sync notification.
Output Specifies to add data to the output queue only.

Enumeration 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