WebMenuItem.AddSeparatorAt

From Xojo Documentation

Method

WebMenuItem.AddSeparatorAt(index As Integer)

Supported for all project types and targets.

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.