Hi
How can I add the UltraPanel BackColor proprty in component style (ISL)
this is not working for the Infragistics controls;
<componentStyle name="UltraPanel">
<properties>
<property name="BackColor" colorCategory="{Default}">Black</property>
</properties>
</componentStyle>
?
SOLVED
<styles>
<style role="UltraPanel">
<states>
<state name="Normal" backColor="90, 90, 90" />
</states>
</style>
</styles>