Hi all,
I'm wondering if anyone has a solution of how to define a property of a web custom control as a colour picker in
VB.NET?
A basic web custom control has a number of default colour picker properties built in, e.g. "ForeColor", "BackColor", and I would like to emulate this functionality in my own defined properties so I can use the value selected for rendering colour to my own content.
I know i could take the easy solution of someone typing in a colour value and then converting it, but I would like to use the color picker.
Any help would be appreciated.....
Thank you