Files
docs-desktop/dotnet-desktop-guide/framework/winforms/user-input-in-windows-forms.md
Andy De George c0ba284473 Initial winforms content migrated (#18)
* Merge winforms framework content to working branch (#14)

* Breadcrumb / TOC / Move net5 to net folder (#15)

* change path from net5 to net

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Add .net 5 winforms placeholder article (#16)

* added some metadata and adjusted net5 placeholder

* corrections

* corrections

* corrections

* Test1

* Swapping landing page vs concept

* fix links

* Fix links

* Fix desc
2020-09-01 16:26:21 -07:00

1.9 KiB

title, ms.date, helpviewer_keywords, ms.assetid
title ms.date helpviewer_keywords ms.assetid
User Input 03/30/2017
keyboard input [Windows Forms], using in Windows Forms
Windows Forms, user input
mouse input [Windows Forms], using in Windows Forms
keyboards [Windows Forms], keyboard input
1486075f-1e06-4c9e-82c6-f948331db6d6

User Input in Windows Forms

Windows Forms includes a user input model based on events that are raised while processing related Windows messages. The topics in this section provide information on mouse and keyboard user input, including code examples that demonstrate how to perform specific tasks.

In This Section

User Input in a Windows Forms Application
Provides an overview of user input events and the methods that process Windows messages.

Keyboard Input in a Windows Forms Application
Provides information on keyboard message handling, the different types of keys, and the keyboard events.

Mouse Input in a Windows Forms Application
Provides information on the mouse events and other mouse-related features, including mouse cursors and mouse capture.

How to: Simulate Mouse and Keyboard Events in Code
Demonstrates several different ways to programmatically simulate mouse and keyboard input.

How to: Handle User Input Events in Windows Forms Controls
Presents a code example that handles most user input events and reports information about each event.

User Input Validation in Windows Forms
Describes the methods to validate user input in Windows Forms applications.

Also see Creating Event Handlers in Windows Forms.