I have a Windows Forms application in C#/Net 6. I have a menu strip with some menus and need to ensure that the accelerator keys are visible or each menu.
By default the app is picking up the Windows Host setting (which has them not visible) so I am wondering if there is a way to override this in application code?
Regards