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
80
AppStyling Custom WinForms UserControls Containing Infragistics Controls
posted

We have complex WinForms UserControls that contain among other things Infragistics 8.2 controls (e.g., UltraTextEditor)…


What if anything do we need to do to get the Infragistics controls contained within these custom UserControls to respect and apply AppStyles?

Parents
No Data
Reply
  • 469350
    Suggested Answer
    Offline posted

    AppStyling is application-wide. So any Infragistics controls anywhere in the application will pick up any Application Style Libraries loaded into memory. You do not have to do anything, as long as the UserControl is used within an Application that has a style library loaded into the StyleManager.

Children