// ********************************************* Construction ********************************************* public Dropdown(CheckedComboBox ccbParent) { this.ccbParent = ccbParent; InitializeComponent(); this.ShowInTaskbar = false; // Add a handler to notify our parent of ItemCheck events. this.cclb.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.cclb_ItemCheck); }
// ********************************************* Construction ********************************************* public Dropdown(CheckedComboBox ccbParent) { this.ccbParent = ccbParent; InitializeComponent(); ShowInTaskbar = false; // Add a handler to notify our parent of ItemCheck events. List.ItemCheck += new ItemCheckEventHandler(Cclb_ItemCheck); }