I can't seem to find anywhere how once I have created a style in the AppStylist to integrate it into my application.
There are samples of loading a Style Library into memory, and even of changing the library dynamically at run-time. The samples are included in the NetAdvantage SDK.
But to give you the short answer, you use the static StyleManager.Load method and pass in the filename of your isl file.
Hi, I found it thanks. But I have another question, is there a way to see the .isl file that is actually loaded?