WebMenuItem.AddSeparator

From Xojo Documentation

Method

WebMenuItem.AddSeparator()

Supported for all project types and targets.

Adds a separator to the menu item.

Notes

Sample Code

Create a new web menu item and add a separator to it:

Var m As New WebMenuItem
m.AddSeparator

See Also

Styles enumeration and Style property.