AppStyler: Using only specific styles?

Hello,

Is it possible to limit the usable styles to a specific list of styles (e.g. only Windows8 and Windows7) when the user selects the style with an attached combobox?

Or do i have to use my own combobox (not attached to the styler) and doe the switch by code?

Thanks in advance,
Ralf

You'd need to fill the combobox with the values you want from application code. The code that we have automatically fills the combobox will always add all available styles.

That is what i guessed but  i just wanted to be sure.

Thanks!