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

Caret Color Change?

1 Answer 40 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
John
Top achievements
Rank 1
John asked on 07 Mar 2013, 03:08 PM
I am using Expression Blend 5 creating Silverlight apps.  How do I change the caret color in a RadComboBox?  My apologizes if this has already been covered in this forum. I looked, could not find.

Thank you,
John Gnotek

1 Answer, 1 is accepted

Sort by
0
Masha
Telerik team
answered on 12 Mar 2013, 08:57 AM
Hi John,

To achieve the desired approach, you need to modify the control template of RadComboBox. Go to
Go to your Objects and Timeline, right click on the ListBox –> Edit Template –> Edit a Copy… - See more at: http://www.kunal-chowdhury.com/2010/11/customized-scrolling-in-silverlight.html#sthash.LfJjQ8nF.dpuf
Go to your Objects and Timeline, right click on the ListBox –> Edit Template –> Edit a Copy… - See more at: http://www.kunal-chowdhury.com/2010/11/customized-scrolling-in-silverlight.html#sthash.LfJjQ8nF.dpuf
 
. Go to your Objects and Timeline, right click on the ListBox –> Edit Template –> Edit a Copy… - See more at: http://www.kunal-chowdhury.com/2010/11/customized-scrolling-in-silverlight.html#sthash.LfJjQ8nF.dpuf
. Go to your Objects and Timeline, right click on the ListBox –> Edit Template –> Edit a Copy… - See more at: http://www.kunal-chowdhury.com/2010/11/customized-scrolling-in-silverlight.html#sthash.LfJjQ8nF.dpuf
the Objects And Timeline, right click on the RadComboBox
e ListBox –> Edit Template –> Edit a Copy…
->Edit Template-> Edit a Copy and generate all needed templates and resources for the RadComboBox control. After that look for the TextBox named PART_EditableTextBox and set the CaretBrush property to it.

I hope this will be helpful.

Kind regards,
Maria
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
ComboBox
Asked by
John
Top achievements
Rank 1
Answers by
Masha
Telerik team
Share this question
or