Community & Support
Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > Forms, Dialogs, TitleBar, StatusStrip > Default Color Tab

Not answered Default Color Tab

Feed from this thread
  • Matt avatar

    Posted on Mar 28, 2008 (permalink)

    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

    Reply

  • Kiril Kiril admin's avatar

    Posted on Mar 31, 2008 (permalink)

    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

    Reply

  • Q1 Webinar Week

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > Forms, Dialogs, TitleBar, StatusStrip > Default Color Tab