I want to have a Hand Cursor for all ToolStripMenuItems.
So i change it in the MouseEnter and MouseLeave Events with this.Cursor = Cursors.Hand;
& this.Cursor = Cursors.Default;
. I've disabled latter for debugging purpose, so i can see if it changes at all.
It only works for "Root" Items. Not for their Sub-ToolStripMenuItems. The Events fire, it's just like the Cursor get's overridden by Sub-Items.
Any help would be appreciated, it looks weird with the default Cursor. I am using the latest version of VS 2019 and work with .NET Framework 4.8
Here is a little screen:
System-Info:
- Edition: Windows 10 Pro
- Version: 20H2
- OS-Build: 19042.746