﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » WinForms (How do I?)  » Infragistics Ultragrid and UltraTabbedMdiManager theming</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Sun, 07 Jun 2026 12:44:12 GMT</lastBuildDate><ttl>20</ttl><item><title>Infragistics Ultragrid and UltraTabbedMdiManager theming</title><link>http://forum.strataframe.net/FindPost15105.aspx</link><description>Is it possible to use Ultragrid and UltraTabbedMdiManager with Strataframe wrapper for Infragistics? Is it possible to get the theme of ultragrid changed when the application theme is changed by&amp;nbsp;setting:&lt;/P&gt;&lt;P&gt;MicroFour.StrataFrame.UI.Windows.Forms.ApplicationTheme.Theme = &lt;FONT size=1&gt;ApplicationThemeName.BlueSkies&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;I have examined the wrapper class and haven't found wrapper for such controls :-(</description><pubDate>Thu, 27 Mar 2008 13:48:46 GMT</pubDate><dc:creator>Jiri Brazda</dc:creator></item><item><title>RE: Infragistics Ultragrid and UltraTabbedMdiManager theming</title><link>http://forum.strataframe.net/FindPost15209.aspx</link><description>Thanks, we'll look into it.</description><pubDate>Thu, 27 Mar 2008 13:48:46 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Infragistics Ultragrid and UltraTabbedMdiManager theming</title><link>http://forum.strataframe.net/FindPost15207.aspx</link><description>Ok, I will manage IG controls themes manually.&lt;/P&gt;&lt;P&gt;Regarding to the second point - the following is the prinscreen of the application where SandDunes theme is applied - everything is OK except the backcolor of menu. ThemeSupport of ThemedMenuStrip control is set to Full. With other themes it is OK.&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://forum.strataframe.net/Uploads/Images/3e8a016d-75eb-491b-b111-0c9c.jpg"&gt;</description><pubDate>Thu, 27 Mar 2008 12:35:28 GMT</pubDate><dc:creator>Jiri Brazda</dc:creator></item><item><title>RE: Infragistics Ultragrid and UltraTabbedMdiManager theming</title><link>http://forum.strataframe.net/FindPost15204.aspx</link><description>[quote]all StrataFrame themed controls in all opened forms are changed appropriatelly. Is it possible to achieve the same behavior with IG components like ultragrid? [/quote]&lt;/P&gt;&lt;P&gt;You will have to manually implement the theme logic to the controls that you want to have it if they are not SF controls.&amp;nbsp; We did this for some 3rd party stuff in our medical software by just creating a class, inherited the desired control, and setting the properties.&amp;nbsp; There is no possible way that we (SF) could just know which properties to set on a 3rd party class dynamically.&lt;/P&gt;&lt;P&gt;As for the colors changing automatically, all you need to do is handle the ApplicationThemeChanged event and refresh the control.&lt;/P&gt;&lt;P&gt;[quote]I have found that when applying SandDunes theme, the ThemedMenuStrip color is set to blue color which doesn't seem to me to belong to the SandDunes theme... [/quote]&lt;/P&gt;&lt;P&gt;Hmmm...couldn't reproduce this...it works fine on my side.&amp;nbsp; You may have the ThemeSupport property set to a value other than Full or ColorsOnly.&amp;nbsp; I have verified this and I know that this works as it should.</description><pubDate>Thu, 27 Mar 2008 09:37:35 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Infragistics Ultragrid and UltraTabbedMdiManager theming</title><link>http://forum.strataframe.net/FindPost15197.aspx</link><description>This one might help you in some way:&lt;/P&gt;&lt;P&gt;&lt;A href="http://forum.strataframe.net/FindPost5320.aspx"&gt;http://forum.strataframe.net/FindPost5320.aspx&lt;/A&gt;</description><pubDate>Thu, 27 Mar 2008 09:10:32 GMT</pubDate><dc:creator>Ivan George Borges</dc:creator></item><item><title>RE: Infragistics Ultragrid and UltraTabbedMdiManager theming</title><link>http://forum.strataframe.net/FindPost15196.aspx</link><description>One more question about theming - when applying different themes it applies correspondent colors to all controls except one thing - I have found that when applying SandDunes theme, the ThemedMenuStrip color is set to blue color which doesn't seem to me to belong to the SandDunes theme...</description><pubDate>Thu, 27 Mar 2008 09:01:04 GMT</pubDate><dc:creator>Jiri Brazda</dc:creator></item><item><title>RE: Infragistics Ultragrid and UltraTabbedMdiManager theming</title><link>http://forum.strataframe.net/FindPost15195.aspx</link><description>Hi Trent,&lt;P&gt;thank You for Your answer. However I would like to have the whole theme&amp;nbsp;(not manually by setting each property)&amp;nbsp;applied automatically to all grids or other IG controls in my application. I'm using MDI main form with multiple child forms and when changing theme during runtime, all StrataFrame themed controls in all opened forms are changed appropriatelly. Is it possible to achieve the same behavior with IG components like ultragrid? And even when it is necessary to specify each property - is it possible to automatically set these properties to all existing controls in all opened forms?&lt;P&gt;Thanks</description><pubDate>Thu, 27 Mar 2008 08:49:51 GMT</pubDate><dc:creator>Jiri Brazda</dc:creator></item><item><title>RE: Infragistics Ultragrid and UltraTabbedMdiManager theming</title><link>http://forum.strataframe.net/FindPost15129.aspx</link><description>Good news...you can actually do both.&amp;nbsp; The one Infragistics control that we use in our medical application is the UltraGrid and we just subclassed it and added our ThemeSupport by just setting the desired properties to get the desired look.&amp;nbsp; I would give you ours, but it has FAR more logic that you need here.&amp;nbsp; You can access all of the themed properties to pull from and get the desired effect:&lt;/P&gt;&lt;P&gt;[codesnippet]MyGrid.ForeColor = MicroFour.StrataFrame.UI.WIndows.Forms.ApplicationTheme.ThemeProperties.GroupTitleTextColor[/codesnippet]&lt;/P&gt;&lt;P&gt;You can also handle the ApplicationThemeChanged event on the ApplicationTheme object to force a refresh or to reset your properties when the theme changes.&lt;/P&gt;&lt;P&gt;[codesnippet]AddHandler MicroFour.StrataFrame.UI.Windows.Forms.ApplicationTheme.ApplicationThemeChanged, Addressof HandleMyThemeChanged[/codesnippet]&lt;/P&gt;&lt;P&gt;Finally, look at the Application Themes sample that comes with the framework, this will help give you some more ideas on how to add theme support to any 3rd party or custom control.</description><pubDate>Mon, 24 Mar 2008 09:34:40 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>