Is it possible to format a ComboBox item in C#? For example, how would I make an item bold, change the color of its text, etc.?
No, there's no built-in property to do it. You'll have to built your own control and override the rendering.