Table of Contents
MenuItemRole Enumeration

Defines the different roles that a MenuItem can have.

Namespace: EO.Wpf
Assembly: EO.Wpf (in EO.Wpf.dll)

Syntax
 public enum MenuItemRole
Members
Member Name Description
TopLevelItem A top level menu item that does not have any child items.
TopLevelHeader A top level menu item that has child items.
SubmenuItem A sub menu item that does not have any child items.
SubmenuHeader A sub menu item that has child items.
Separator A separator item.
See Also