// // // // // $Revision: 1965 $ // using System; namespace ICSharpCode.Core { public interface IComboBoxCommand : ICommand { bool IsEnabled { get; set; } } }