Links: .NET Desktop - net (#107)

* Links: .NET Desktop - net

* Update dotnet-desktop-guide/net/wpf/index.yml

* Update dotnet-desktop-guide/net/wpf/toc.yml

Co-authored-by: Andy De George <[email protected]>
This commit is contained in:
David Coulter
2020-11-05 12:01:28 -08:00
committed by GitHub
co-authored by Andy De George
parent 25480ff846
commit c1d6e1d23e
5 changed files with 6 additions and 6 deletions
@@ -13,7 +13,7 @@ helpviewer_keywords:
# Overview of using the keyboard (Windows Forms .NET)
In Windows Forms, user input is sent to applications in the form of [Windows messages](https://docs.microsoft.com/windows/win32/winmsg/about-messages-and-message-queues). A series of overridable methods process these messages at the application, form, and control level. When these methods receive keyboard messages, they raise events that can be handled to get information about the keyboard input. In many cases, Windows Forms applications will be able to process all user input simply by handling these events. In other cases, an application may need to override one of the methods that process messages in order to intercept a particular message before it is received by the application, form, or control.
In Windows Forms, user input is sent to applications in the form of [Windows messages](/windows/win32/winmsg/about-messages-and-message-queues). A series of overridable methods process these messages at the application, form, and control level. When these methods receive keyboard messages, they raise events that can be handled to get information about the keyboard input. In many cases, Windows Forms applications will be able to process all user input simply by handling these events. In other cases, an application may need to override one of the methods that process messages in order to intercept a particular message before it is received by the application, form, or control.
[!INCLUDE [desktop guide under construction](../../includes/desktop-guide-preview-note.md)]