Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Use the following procedure to detect when the mouse pointer is over a ToolStripItem.
To detect when the pointer is over a ToolStripItem
Use the Selected property for items in which CanSelect is true.
This will prevent you from having to synchronize the MouseEnter and MouseLeave events.
See Also
Reference
ToolStrip Control Overview (Windows Forms)
ToolStripItem
Selected