WinForms ColorBox Overview
The main purpose of the control is to allow the user to select a color from a color dialog with preset colors or to type the color directly into the text field. The control then displays the color name if it is a named color or the RGB values of the selected color. A small rectangle filled with the selected color is displayed as well. The RadColorBox supports input in the following formats:
- RGB – (203, 252, 12)
- Name – Red
- Hex - #CBFC0C
The ColorBox is part of Telerik UI for WinForms, a
professional grade UI library with 160+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.
Figure 1: RadColorBox