Changing style custom tabs on mouseover

Is it possible to change te style (Change font color to red) of a custom tab on mouseover?

1 Reply

RP Ramesh Praveen Syncfusion Team May 9, 2003 03:48 PM UTC

You should listen to the DrawItem event, check if the args have the DrawItemState.HotLight flag set and then change the ForeColor to what ever you want. Then call the 3 methods as explained in this KB: http://www.syncfusion.com/KB/Tools/Tools_c31c.asp#q514q -Praveen

Loader.
Up arrow icon