[This is preliminary documentation and is subject to change.]

Identifies source device kind of application commnd

Namespace: Tools.WindowsT.FormsT
Assembly: 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 nameValueDescription
Keyboard0User pressed a key.
Mouse32768User clicked a mouse button.
Unknown4096An unidentified hardware source generated the event. It could be a mouse or a keyboard event.
IsFlagsGets value indicating if given value is of enum type which has FlagsAttribute applied
GetNameGets name of given enumeration value
GetConstantGets constant field that represents given enum value
GetValueGets value of enum in its unedlying type
IsDefinedGets value idicating if given value is defined as constant in enumeration

See Also