I have been looking at the ColorBox control, but I cannot figure out how to do simple things. What I want to do is specify the color displayed when the form containing the ColorBox control is opened, and extract the value of the new color chosen by the user.
I expected to be able to specify something like:
radColorBox1.InitialColor = Red;
and then get the new value if there is one.
Apparently one gets the new value from the ValueChanging or ValueChanged event handlers, which is straightforward enough I guess.
I program in C#. Any suggestions will be appreciated.
I expected to be able to specify something like:
radColorBox1.InitialColor = Red;
and then get the new value if there is one.
Apparently one gets the new value from the ValueChanging or ValueChanged event handlers, which is straightforward enough I guess.
I program in C#. Any suggestions will be appreciated.