Show / Hide Table of Contents

Class ContextMenuItem

An item in a context menu.

Inheritance
System.Object
ContextMenuItem
CustomContextMenuItem
GameContextMenuItem
OpenSubContextMenuItem
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 abstract class ContextMenuItem

Constructors

| Improve this Doc View Source

ContextMenuItem(SeString)

Initializes a new instance of the ContextMenuItem class.

Declaration
public ContextMenuItem(SeString name)
Parameters
Type Name Description
SeString name

The name of the item.

Properties

| Improve this Doc View Source

Indicator

Gets or sets the indicator of the item.

Declaration
public ContextMenuItemIndicator Indicator { get; set; }
Property Value
Type Description
ContextMenuItemIndicator
| Improve this Doc View Source

IsEnabled

Gets or sets a value indicating whether or not the item is enabled. When enabled, an item is selectable.

Declaration
public bool IsEnabled { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Name

Gets or sets the name of the item.

Declaration
public SeString Name { get; set; }
Property Value
Type Description
SeString

Methods

| Improve this Doc View Source

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32
Overrides
System.Object.GetHashCode()
| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX