.NET version
8.0.100-alpha.1.22514.14
Did it work in .NET Framework?
Yes
Did it work in any of the earlier releases of .NET Core or .NET 5+?
No,repro in previous .Net versions: 7.0/6.0 and .Net Core 3.1
Issue description
The menuItem with Alignment: right setting is not displayed in UIA tree when setting MenuStrip's GripStyle as Visible
.Net 8.0:

.Net Framework 4.8.1:

Steps to reproduce
- Create a Winforms .Net 8.0 application
- Add a MenuStrip to form designer with "Insert Standard Items"
- Choose any item, and set its Alignment as Right
- Set MenuStrip's GripStyle as Visible
- Build and run application
- Use AccessibilityInsight or Inspect to check the MenuItems in UIA tree
Tested app:
MenuStripSample.zip