namespace MPF.UI.Core.ComboBoxItems { public interface IElement { /// /// Display name for the combo box element /// string Name { get; } } }