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
240
Running AppStylist for the first Time
posted

All, I am running the AppStylist for the first time. I havn't been able to find any code samples to use in Visual Studio (2005).

 I want to use (atleast at first) one of the default style libraries (such as "FlatNature.isl" or "TheBlues.isl").

 I can add a appStylistRuntime, but can't seem to load a library.

What is the fastest, simplest way to load a library?

Also, where can I get technical (i.e. C#) documentation on AppStylist

 dap

Parents
  • 37774
    posted

    I'm not sure exactly what you're trying to do with AppStylist.  There is no programmatic interface to use within AppStylist itself, though you can use code in your application to load style libraries, or resolve appearances for a given role.  To load a style library in your application, you can use:

    Infragistics.Win.AppStyling.StyleManager.Load("myFile.isl");

    Could you be a little more specific with what you're trying to accomplish?

     -Matt

Reply Children