Class OpenSubContextMenuItem
An item in a context menu that can open a sub context menu.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Dalamud.Game.Gui.ContextMenus
Assembly: Dalamud.dll
Syntax
public class OpenSubContextMenuItem : ContextMenuItem
Properties
| Improve this Doc View SourceOpened
Gets the action that will be called when the item is selected.
Declaration
public ContextMenuOpenedDelegate Opened { get; }
Property Value
| Type | Description |
|---|---|
| ContextMenuOpenedDelegate |
Methods
| Improve this Doc View SourceGetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type | Description |
|---|---|
| System.Int32 |