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
Handler
Handler event for the menu item
MenuEventHandler? Handler { get; set; }
Property Value
Name
Name of the menu item to display
string Name { get; set; }