mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-04 09:06:04 +02:00
* 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.2 KiB
1.2 KiB
title, ms.date, helpviewer_keywords, ms.assetid
| title | ms.date | helpviewer_keywords | ms.assetid | ||||
|---|---|---|---|---|---|---|---|
| How to: Detect When the Mouse Pointer Is Over a ToolStripItem | 03/30/2017 |
|
d38b5082-aba7-4f6c-841b-bd9714e307fd |
How to: Detect When the Mouse Pointer Is Over a ToolStripItem
Use the following procedure to detect when the mouse pointer is over a xref:System.Windows.Forms.ToolStripItem.
To detect when the pointer is over a ToolStripItem
-
Use the xref:System.Windows.Forms.ToolStripItem.Selected%2A property for items in which xref:System.Windows.Forms.ToolStripItem.CanSelect%2A is
true.This will prevent you from having to synchronize the xref:System.Windows.Forms.ToolStripItem.MouseEnter and xref:System.Windows.Forms.ToolStripItem.MouseLeave events.