Table of Contents

Enum MenuItemRoleType

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

Specifies the role type for a menu item.

public enum MenuItemRoleType

Fields

About = 1

Represents an "About" menu item.

Exit = 2

Represents an "Exit" menu item.

None = 0

No specific role assigned.

Other = 4

Represents any other menu item role which is not explicitly defined.

Preferences = 3

Represents a "Preferences" menu item.