[This is preliminary documentation and is subject to change.]
Identifies source device kind of application commnd
Namespace: Tools.WindowsT.FormsTAssembly: Tools.Win (in Tools.Win.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public enum Devices |
| Visual Basic |
|---|
Public Enumeration Devices |
| Visual C++ |
|---|
public enum class Devices |
| F# |
|---|
type Devices |
| JScript |
|---|
public enum Devices |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Keyboard | 0 | User pressed a key. | |
| Mouse | 32768 | User clicked a mouse button. | |
| Unknown | 4096 | An unidentified hardware source generated the event. It could be a mouse or a keyboard event. | |
| IsFlags | Gets value indicating if given value is of enum type which has FlagsAttribute applied | ||
| GetName | Gets name of given enumeration value | ||
| GetConstant | Gets constant field that represents given enum value | ||
| GetValue | Gets value of enum in its unedlying type | ||
| IsDefined | Gets value idicating if given value is defined as constant in enumeration |