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
85
Dynamic Styling with AppStying
posted

Hi,

I have a popupmenu with a listview that contains a list of serveral .isl files. I want a user to be able to select an .isl file and the appalication style to change the style of the application.

I currently start up using the :

Infragistics.Win.AppStyling.StyleManager.Load("Styles\Aero.isl") 

and I want to use the popupmenu to change this while the application is running. The way it is done on the NetAdvantage for WinForms Samples. Only the exe is provided not the code so I cannot see how it is implemented.

How can I go about doing this?

 

Thanks!!

 

  • 469350
    Verified Answer
    Offline posted

     Hi, 

        The code is provided for all of the samples included with NetAdvantage.

        Anyway, I'm not sure what your question is. You seem to have the answer right here. You just call the StyleManager.Load method and pass in teh filename.