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.
Assembly: UIAutomationTypes (in UIAutomationTypes.dll)
| Member name | Description | |
|---|---|---|
| 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
Available since 4.0
Show: