Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
140
UltraColorPicker no longer support known colors?
posted

We have just upgraded our WinForms solution from 14.1 to 17.2 and having issues with the new UltraColorPicker which is widely used by us.

It does apparently not support known colors and instead default to red when setting the Color property.

Example:

        colLineColor.Color = Color.FromKnownColor(KnownColor.WindowText)

Any way the new color picker can support known colors like the old version?

I know I can set the control's Style to VisualStudio to make it look and behave like the old, I would hope it's possible to have both functionalities.

Thanks in advance.

/Klaus

Parents Reply Children