Table of Contents

Enum MenuItemType

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Specifies the type of a menu item.

public enum MenuItemType

Fields

Check = 1

A menu item that can be checked or unchecked.

Null = 4

Represents a null menu item.

Radio = 2

A menu item that behaves as a radio button within a group.

Separator = 3

A menu item that acts as a separator between other items.

Standard = 0

A standard menu item.