Q1) What exactly is hottracking?
Q2) Can I style the non-infragistics controls, like winform controls? The reason I am asking is, We are supposed to use mix of WinForm controls and Infragistics controls, I should know how to style the winform controls for uniformity.
Thanks
1) HotTracking is when you mouse over an object and it is highlighted somehow. For example, when you click the Start button in Windows and move the mouse over the items on the list, they are highlighted. That's HotTracking.
2) Yes, you will notice that AppStylist defines UIRoles and ComponentRoles for the InBox controls and there's a Canvas to display them. The only trick is, you have to put an InboxControlStyler component on the forms in your application where you want to style inbox controls.