Share via


StylusQueues Enumeration

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

Namespace:  Microsoft.StylusInput
Assembly:  Microsoft.Ink (in Microsoft.Ink.dll)

Syntax

'Declaration
Public Enumeration StylusQueues
'Usage
Dim instance As StylusQueues
public enum StylusQueues
public enum class StylusQueues
public enum StylusQueues

Members

Member name Description
Input 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. The data is added to the output queue before any data currently being processed in the StylusSyncPluginCollection collection is added to the output queue.
Output Add data to the output queue.

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Framework

Supported in: 3.0

See Also

Reference

Microsoft.StylusInput Namespace

RealTimeStylus.AddCustomStylusDataToQueue

Other Resources

Architecture of the StylusInput APIs