using System; using System.Collections.Generic; using System.Text; using System.ComponentModel.Design; namespace DevComponents.DotNetBar.Design { /// /// Represents Windows Forms designer for MetroTabItem /// public class MetroTabItemDesigner : BaseItemDesigner { public override DesignerVerbCollection Verbs { get { return null; } } } }