Class CustomContextMenuItem
An item in a context menu with a user defined action.
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 CustomContextMenuItem : ContextMenuItem
Properties
| Improve this Doc View SourceItemSelected
Gets the action that will be called when the item is selected.
Declaration
public CustomContextMenuItemSelectedDelegate ItemSelected { get; }
Property Value
| Type | Description |
|---|---|
| CustomContextMenuItemSelectedDelegate |
Methods
| Improve this Doc View SourceGetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type | Description |
|---|---|
| System.Int32 |