public Dropdown(CustomComboBox ccbParent, Control content) { this.ccbParent = ccbParent; this.content = content; InitializeComponent(); this.ShowInTaskbar = false; }