How to set a different starting tab for the colorpickerbutton

If we have three tabs selected we'd like to control which one opens by default.

3 Replies

MU Murugan Syncfusion Team January 11, 2007 07:33 PM UTC

Hi David,

This could be achieved by using SelectedColorGroup property of the ColorPickerButton.ColorUI object.

Here is the code snippet:

this.colorPickerButton1.ColorUI.SelectedColorGroup = Syncfusion.Windows.Forms.ColorUISelectedGroup.CustomColors;

Herewith I have attached the sample. Please have a look at the sample and let me know if it helps.

ColorPickerButton

Thanks for choosing Syncfusion products.

Regards,
Murugan P.S


DU David Union January 11, 2007 07:53 PM UTC

That was perfect, exactly what I was looking for.
Thanks,
David Union



MU Murugan Syncfusion Team January 11, 2007 08:10 PM UTC

Hi David,

Thanks for your update.

Regards,
Murugan P.S

Loader.
Up arrow icon