Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
525
hottracking? Styling non-infragistics controls?
posted

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

 

 

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

         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. 

Children
No Data