Interface IWidgetCheckable
- Namespace
 - RetroEditor.Plugins
 
- Assembly
 - RetroEditor.dll
 
Interface for a widget that can be checked or unchecked
public interface IWidgetCheckable : IWidgetHandleable, IWidgetEnableable, IWidgetItem
  - Inherited Members
 
Properties
Checked
Is the widget checked
bool Checked { get; set; }