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.

InputType Enumeration

 

Specifies the possible types of input being reported.

Namespace:   System.Windows.Input
Assembly:  PresentationCore (in PresentationCore.dll)

Public Enumeration InputType

Member nameDescription
Command

Input was provided by a command.

Hid

Input was provided a Human Interface Device that was not a keyboard, a mouse, or a stylus.

Keyboard

Input was provided by a keyboard.

Mouse

Input was provided by a mouse.

Stylus

Input was provided by a stylus.

Text

Input was provided by text.

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