Table of Contents

Interface IMenuItem

Namespace
RetroEditor.Plugins
Assembly
RetroEditor.dll

Represents a menu item

public interface IMenuItem

Properties

Enabled

Enable or disable the menu item

bool Enabled { get; set; }

Property Value

bool

Handler

Handler event for the menu item

MenuEventHandler? Handler { get; set; }

Property Value

MenuEventHandler

Name

Name of the menu item to display

string Name { get; set; }

Property Value

string