public property isSeparator as Boolean = false
Whether this entry is a visual separator between action groups.
Applications normally use Menu.addSeparator() instead of assigning this property directly.
Menu.addSeparator()
menu = Menu("File") menu.addSeparator()