Hi.
I would like to achieve highlight of checkbox to be the same as mouse hover when I focus on checkbox with tab button. VisualStyleBuilder doesn't support this (or I just can't see this option). How can I achieve my goal?
Cheers,
Kuba.
1 Answer, 1 is accepted
0
Dimitar
Telerik team
answered on 14 Mar 2014, 07:53 AM
Hi Kuba,
Thank you for writing.
You cannot achieve you goal with Visual Style Builder, but you can change the style in code. For example you can subscribe to the GotFocus and LostFocus events and change the BackColor there: