Override DrawItem of ComboBox
I changed the highlight color of various of the controls, and I am planning to make more changes. So I though is better to create my own controls and reuse them instead of making the changed for each and every one of them. I created a new user control, and inherited from System.Windows.Forms.ComboBox . The problem is I cannot find a way to override onDraw like I would for onClick . So how I would go and override it? Here is the code I used for each control onDraw event public void comboMasterUsers_DrawItem(object sender, DrawItemEventArgs e) { e.DrawBackground(); Graphics g = e.Graphics; Brush