Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SynchronizedInputType Enumeration

.NET Framework (current version)
 

Contains values that specify the type of synchronized input.

Namespace:   System.Windows.Automation
Assembly:  UIAutomationTypes (in UIAutomationTypes.dll)

<ComVisibleAttribute(True)>
<GuidAttribute("fdc8f176-aed2-477a-8c89-5604c66f278d")>
Public Enumeration SynchronizedInputType

Member nameDescription
KeyDown

A key has been pressed.

KeyUp

A key has been released.

MouseLeftButtonDown

The left mouse button has been pressed.

MouseLeftButtonUp

The left mouse button has been released.

MouseRightButtonDown

The right mouse button has been pressed.

MouseRightButtonUp

The right mouse button has been released.

.NET Framework
Available since 4.0
Return to top
Show:
© 2017 Microsoft