* 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
1.6 KiB
title, ms.date, helpviewer_keywords, ms.assetid
| title | ms.date | helpviewer_keywords | ms.assetid | |
|---|---|---|---|---|
| Mouse input | 03/30/2017 |
|
743c2f3c-219e-4a52-b6b8-2657096a2da6 |
Mouse Input in a Windows Forms Application
Windows Forms includes a variety of mouse events and additional support for customized mouse cursors, mouse capture, and drag-and-drop behavior.
In This Section
How Mouse Input Works in Windows Forms
Provides information about the mouse events and how to get current information and system settings for the mouse.
Mouse Events in Windows Forms
Provides information about the order in which the mouse events occur and how the mouse events are raised within specific controls.
How to: Distinguish Between Clicks and Double-Clicks
Demonstrates how to use single and double clicks to initiate incompatible actions.
Mouse Pointers in Windows Forms
Describes how to change the mouse cursor.
Mouse Capture in Windows Forms
Describes how a control can capture the mouse.
Drag-and-Drop Functionality in Windows Forms
Describes how to implement drag-and-drop behavior.
Related Sections
Accessing the Mouse
Lists topics for accessing the mouse using Visual Basic.