Ever wondered how to enumerate an enum? Well I did yesterday when I needed it to list the installed fonts on a system. It's actually very simple once you know how to :)
colorDropDownList.Items.Add(
UPDATE: Found an article on Codeproject.com which describes even more tricks with enum. Go have a read.
Disclaimer The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.