Interface IWidgetEnableable
- Namespace
 - RetroEditor.Plugins
 
- Assembly
 - RetroEditor.dll
 
Interface for a widget that can be enabled or disabled
public interface IWidgetEnableable : IWidgetItem
  Properties
Enabled
Is the widget enabled
bool Enabled { get; set; }