Search code examples
.netwinformscolorscontrolscolor-picker

Color-picker for Windows Forms applications


Is there a built-in color-picker in Windows Forms?


Solution

  • Yes, in the common dialog control. This control contains a ColorDialog color picker.

    http://msdn.microsoft.com/en-us/library/system.windows.forms.colordialog.aspx