﻿<?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 - Style ToolCommand DropDownButton Items</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Style-ToolCommand-DropDownButton-Items/</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>Style ToolCommand DropDownButton Items</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Style-ToolCommand-DropDownButton-Items/</link><pubDate>Wed, 29 Aug 2012 23:56:55 GMT</pubDate><dc:creator>Hans</dc:creator><description>Hello,&lt;br /&gt;&lt;br /&gt;I apologize for the inconvenience.&lt;br /&gt;&lt;br /&gt;I’ll submit this issue to our development team and I’ll let you know if there are any updates about this issue.&lt;br /&gt;&lt;br /&gt;Meanwhile, to resolve this issue, you could try to add some css script in your web page.&lt;br /&gt;Here’s the example snippet css script code that you could use:&lt;pre&gt;&amp;lt;style type="text/css"&amp;gt;    .WebToolBar1_ItemStyle_Over
    {
        border-bottom: #316ac5 1px solid;
        border-left: #316ac5 1px solid;
        background-color: Red;
        font-family: Tahoma;
        font-size: 8pt;
        border-top: #316ac5 1px solid;
        border-right: #316ac5 1px solid;
    }
&amp;lt;/style&amp;gt;&lt;/pre&gt;
&lt;p&gt;Thank you for your understanding.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Hans.&lt;br /&gt;&lt;/p&gt;
</description></item><item><title>Style ToolCommand DropDownButton Items</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Style-ToolCommand-DropDownButton-Items/</link><pubDate>Wed, 29 Aug 2012 01:48:40 GMT</pubDate><dc:creator>jeremy@inquesttechnologies.com</dc:creator><description>&lt;p&gt;Can you provide a simple example that illustrates styling a ToolCommand with the type DropDownButton.  The menu that pops down seems to always look the same regardless of the menu style settings I set on the WebToolbar.  I do not want to use the default blue highlight.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt;&amp;lt;ISWebDesktop:WebToolBar ID="WebToolBar1" runat="server" 
            AddRemoveOptionMenuViewMode="Default" AllowCustomize="Default" 
            AllowDockBottom="Default" AllowDockLeft="Default" AllowDockRight="Default" 
            AllowDockTop="Default" AllowExpandCollapse="Default" AllowFloat="Default" 
            AllowMove="Default" AutoPostBack="No" BarStyle="Default" Caption="WebToolBar1" 
            CommandSize="" DisplayAccessKeyOnToolTip="Default" DisplayMode="Default" 
            DisplayToolTip="Default" DockingArea="NotSet" FillDockingRow="Yes" 
            GreyImageWhenDisabled="Default" HandleVisible="Default" HeaderHeight="" 
            IntegratedTo="None" IsFloat="Default" NewDockingArea="NotSet" NewDockingRow="0" 
            NewIsFloat="Default" SizeMode="Automatic" TextAlign="Default" Width="100%"&amp;gt;
            &amp;lt;Commands&amp;gt;
                &amp;lt;ISWebDesktop:ToolCommand Category="WebToolBar1" Name="cmdCommand1" 
                    Text="Command1" Type="DropDownButton"&amp;gt;
                    &amp;lt;Items&amp;gt;
                        &amp;lt;ISWebDesktop:WebMenuItem Name="mnutxt1" Text="txt1"&amp;gt;
                        &amp;lt;/ISWebDesktop:WebMenuItem&amp;gt;
                        &amp;lt;ISWebDesktop:WebMenuItem Name="mnutxt2" Text="txt2"&amp;gt;
                        &amp;lt;/ISWebDesktop:WebMenuItem&amp;gt;
                    &amp;lt;/Items&amp;gt;
                &amp;lt;/ISWebDesktop:ToolCommand&amp;gt;
            &amp;lt;/Commands&amp;gt;
            &amp;lt;CommandStyle&amp;gt;
                &amp;lt;Normal BackColor="#660066"&amp;gt;
                &amp;lt;/Normal&amp;gt;
                &amp;lt;Over BackColor="#009999"&amp;gt;
                &amp;lt;/Over&amp;gt;
                &amp;lt;Active BackColor="#333399"&amp;gt;
                &amp;lt;/Active&amp;gt;
            &amp;lt;/CommandStyle&amp;gt;
            &amp;lt;MenuStyleSettings MenuWindowType="Normal"&amp;gt;
                &amp;lt;ItemStyle&amp;gt;
                &amp;lt;Over BackColor="Red"&amp;gt;
                &amp;lt;/Over&amp;gt;
                &amp;lt;/ItemStyle&amp;gt;
                &amp;lt;CustomStyle BackColor="#009933"&amp;gt;
                &amp;lt;/CustomStyle&amp;gt;
            &amp;lt;/MenuStyleSettings&amp;gt;
        &amp;lt;/ISWebDesktop:WebToolBar&amp;gt;&lt;/pre&gt;
&lt;p&gt; Thanks.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Jer.&lt;/p&gt;
&lt;p /&gt;</description></item></channel></rss>