﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebDesktop - Change WebDialogbox Titlebar Color</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Change-WebDialogbox-Titlebar-Color/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>Change WebDialogbox Titlebar Color</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Change-WebDialogbox-Titlebar-Color/</link><pubDate>Thu, 25 Feb 2016 09:10:28 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;blockquote&gt;... change the color of the titlebar ...&lt;/blockquote&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Change the color of titlebar can be done by specifying the &lt;strong&gt;WindowStyle&lt;/strong&gt; of &lt;strong&gt;WebDialogBox-WindowSettings&lt;/strong&gt;.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Example:&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&amp;lt;ISWebDesktop:WebDialogBox ID="WebDialogBox1" runat="server" Height="150px" Width="400px"
    Text="Metro Style DialogBox"&amp;gt;
    &amp;lt;WindowSettings CaptionButtonSpacing="0" WindowHeaderHeight="28" ApplyContainerStyle="true"&amp;gt;
        &amp;lt;WindowStyle&amp;gt;
            &amp;lt;Active BaseStyle="Normal" BackColor="Red" BorderColor="#5386BD" BorderWidth="1px"
                BorderStyle="Solid"&amp;gt;
                &amp;lt;Padding Bottom="4px" Top="4px" Left="4px" Right="4px" /&amp;gt;
                &amp;lt;BorderSettings&amp;gt;
                    &amp;lt;Top Style="none" /&amp;gt;
                &amp;lt;/BorderSettings&amp;gt;
            &amp;lt;/Active&amp;gt;
            &amp;lt;Normal BackColor="#E9E8EE" BorderColor="#E9E8EE" BorderStyle="Solid" BorderWidth="1px"
                Font-Names="Segoe UI, Arial" Font-Size="8pt" Height="100%" Overflow="Auto" OverflowX="Auto"
                OverflowY="Auto" Width="100%"&amp;gt;
                &amp;lt;BorderSettings&amp;gt;
                    &amp;lt;Top Style="none" /&amp;gt;
                &amp;lt;/BorderSettings&amp;gt;
            &amp;lt;/Normal&amp;gt;
        &amp;lt;/WindowStyle&amp;gt;
        ...
    &amp;lt;/WindowSettings&amp;gt;
    ...
&amp;lt;/ISWebDesktop:WebDialogBox&amp;gt;&lt;/pre&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Result:&lt;/span&gt;&lt;/p&gt;
&lt;img src="http://www.intersoftsolutions.com/Community/Attachments/34645/WindowStyle.png"&gt;&lt;br&gt;&lt;br&gt;
&lt;blockquote&gt;... and the color of the titlebar text of my webdialogbox ...&lt;/blockquote&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Change the color of titlebar text can be done by specifying the &lt;strong&gt;CaptionStyle&lt;/strong&gt; of &lt;strong&gt;WebDialogBox-WindowSettings&lt;/strong&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Example:&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&amp;lt;ISWebDesktop:WebDialogBox ID="WebDialogBox1" runat="server" Height="150px" Width="400px"
    Text="Metro Style DialogBox"&amp;gt;
    &amp;lt;WindowSettings CaptionButtonSpacing="0" WindowHeaderHeight="28" ApplyContainerStyle="true"&amp;gt;
        &amp;lt;CaptionStyle&amp;gt;
            &amp;lt;Active BaseStyle="Normal" ForeColor="White"&amp;gt;
            &amp;lt;/Active&amp;gt;
            &amp;lt;Normal Cursor="Default" Font-Bold="True" Font-Names="Segoe UI, Arial" Font-Size="10pt"
                ForeColor="Gainsboro"&amp;gt;
            &amp;lt;/Normal&amp;gt;
        &amp;lt;/CaptionStyle&amp;gt;
        ...
    &amp;lt;/WindowSettings&amp;gt;
    ...
&amp;lt;/ISWebDesktop:WebDialogBox&amp;gt;&lt;/pre&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Result:&lt;/span&gt;&lt;/p&gt;
&lt;img src="http://www.intersoftsolutions.com/Community/Attachments/34645/CaptionStyle.png"&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;This should helps.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Change WebDialogbox Titlebar Color</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Change-WebDialogbox-Titlebar-Color/</link><pubDate>Tue, 23 Feb 2016 20:52:46 GMT</pubDate><dc:creator>theag</dc:creator><description>&lt;p&gt;I would like to be able to change the color of the titlebar and the color of the titlebar&amp;nbsp;text&amp;nbsp;of my webdialogbox. I can't figure out how to do that.&lt;br&gt;&lt;/p&gt;</description></item></channel></rss>