Enum MenuItemType
Specifies the type of a menu item.
public enum MenuItemType
Fields
Check = 1A menu item that can be checked or unchecked.
Null = 4Represents a null menu item.
Radio = 2A menu item that behaves as a radio button within a group.
Separator = 3A menu item that acts as a separator between other items.
Standard = 0A standard menu item.