Skip to main content

Enum ContextMenuType

The type of context menu. Each one has a different associated Dalamud.Game.Gui.ContextMenu.MenuTarget.

Assembly: Dalamud.dll
View Source
Declaration
public enum ContextMenuType

Fields

Default

The default context menu.

View Source
Declaration
Default = 0

Inventory

The inventory context menu. Used when right-clicked on an item.

View Source
Declaration
Inventory = 1

Extension Methods