WebMenuItem.AddSeparatorAt
From Xojo Documentation
Method
Adds a separator to the menu item at the index passed.
Notes
Sample Code
Add a separator at index 12 of the editMenu object:
editMenu.AddSeparatorAt(12)
See Also
AddSeparator method, Styles enumeration and Style property.