SynchronizedInputType Enum

Definition

Contains values that specify the type of synchronized input.

C#
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("fdc8f176-aed2-477a-8c89-5604c66f278d")]
public enum SynchronizedInputType
C#
public enum SynchronizedInputType
Inheritance
SynchronizedInputType
Attributes

Fields

Name Value Description
KeyUp 1

A key has been released.

KeyDown 2

A key has been pressed.

MouseLeftButtonUp 4

The left mouse button has been released.

MouseLeftButtonDown 8

The left mouse button has been pressed.

MouseRightButtonUp 16

The right mouse button has been released.

MouseRightButtonDown 32

The right mouse button has been pressed.

Applies to

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9