Hi Mark,
If I have correctly understood your case, you want to use the content of the RadColorDialog. Its content is represented by a RadColorSelector (UserControl). You can use it standalone if required. For example:
public Form1()
{
InitializeComponent();
RadColorSelector radColorSelector = new RadColorSelector();
this.Controls.Add(radColorSelector);
}
Here is the result:
Can you confirm if that is what you are looking for or I am on the wrong path?
Regards,
Dinko | Tech Support Engineer
Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.
Hi Mark,
Upon reading your reply, I am not sure what you are trying to achieve here. May I ask you to share some more details, regarding your case? You can specify how you want to embed our RadColorPicker control in your Form and at what moment.
I am looking forward to your reply.
Regards,
Dinko | Tech Support Engineer
Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.