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
2005
Programmatically get a property value of a component style defined in Appstyling
posted

Hi,

An Appstyling isl file has conponentStyle for UltraGrid:

<componentStyle name="UltraGrid" useFlatMode="True">
<radioButtonGlyphInfo>Office2010RadioButtonGlyphInfo</radioButtonGlyphInfo>
<properties>
<property name="DefaultSelectedBackColor" colorCategory="{Default}">Silver</property>
<property name="FixedCellSeparatorColor" colorCategory="{Default}">Silver</property>
<property name="SelectionOverlayBorderColor" colorCategory="{Default}">Gray</property>
<property name="SelectionOverlayColor" colorCategory="{Default}">Black</property>
</properties>
</componentStyle>

How can I programmatically get the value of a property, for example, FixedCellSeparatorColor?

Thanks,
Shaolin