This is a migrated thread and some comments may be shown as answers.

Default Color Tab

1 Answer 90 Views
ColorDialog
This is a migrated thread and some comments may be shown as answers.
Matt
Top achievements
Rank 1
Matt asked on 28 Mar 2008, 06:25 PM

Hi All,

Is there a way to set the tab when the color dialog opens?  It currently defaults to "Professional", but I would like it to default to "Basic".

Thanks in advance for the help!
-Matt

1 Answer, 1 is accepted

Sort by
0
Kiril
Telerik team
answered on 31 Mar 2008, 08:41 AM
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

Instantly find answers to your questions at the new Telerik Support Center
Tags
ColorDialog
Asked by
Matt
Top achievements
Rank 1
Answers by
Kiril
Telerik team
Share this question
or