I'm working on a C# Winforms app and I want to use the old menu style as shown in the screenshot below.
This is the same menu style used in Qt Apps.
Unfortunately, in C# Winforms, the menu looks like this :
Is there any solution to implement the old menu style in C# Winforms ?