Hi Matt,
Thank you for writing.
You can change the active tab of the
RadColorSelector using the
ActiveMode property. You can set it before you launch the dialog, as shown in the codeblock below:
| radColorDialog1.ColorDialogForm.ActiveMode = Telerik.WinControls.ColorPickerActiveMode.Basic; |
| radColorDialog1.ShowDialog(); |
If you have other questions, please do not hesitate to contact me.
Greetings,
Kiril
the Telerik team