How to: Detect When the Mouse Pointer Is Over a ToolStripItem
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
.NET Desktop feedback