SynchronizedInputType Enum

Definition

Provides a of set constants that identify, as used by the ISynchronizedInputProvider Microsoft UI Automation interface.

public enum class SynchronizedInputType
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
enum class SynchronizedInputType
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum SynchronizedInputType
Public Enum SynchronizedInputType
Inheritance
SynchronizedInputType
Attributes

Fields

KeyDown 2

A key has been pressed.

KeyUp 1

A key has been released.

LeftMouseDown 8

The left mouse button has been pressed.

LeftMouseUp 4

The left mouse button has been released.

RightMouseDown 32

The right mouse button has been pressed.

RightMouseUp 16

The right mouse button has been released.

Remarks

Values of SynchronizedInputType are used as an input parameter by the Provider.ISynchronizedInputProvider.StartListening method.

The values in SynchronizedInputType parallel the values in the SynchronizedInputType enumeration.

Applies to