--- title: "How to: Detect When the Mouse Pointer Is Over a ToolStripItem" ms.date: "03/30/2017" helpviewer_keywords: - "toolbars [Windows Forms], detecting mouse movement" - "ToolStrip control [Windows Forms], detecting mouse movement" - "ToolStripItem class [Windows Forms], detecting mouse movement" - "mouse [Windows Forms], detecting movement on toolbars" ms.assetid: 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 . ### To detect when the pointer is over a ToolStripItem - Use the property for items in which is `true`. This will prevent you from having to synchronize the and events. ## See also - - - [ToolStrip Control Overview](toolstrip-control-overview-windows-forms.md)