WebToolBar change MenuStyleSettings

1 reply. Last post: November 4, 2013 4:58 AM by Handy Surya
Tags :
  • New Discussion
  • New Question
  • New Product Feedback

I woud like to change defualt value for WebToolBar Menu like font


 <ISWebDesktop:WebToolBar ID="WebToolBar1" runat="server" AllowCustomize="No" 
                AllowExpandCollapse="No" BarStyle="Metro" 
                CommandSize="" HeaderHeight="" Height="35px" IntegratedTo="None" 
                NewDockingArea="NotSet" NewDockingRow="0" NewIsFloat="Default" Width="100%">

<MenuStyleSettings BackgroundStripColor="240, 240, 240" BackgroundStripColor2="240, 240, 240" >
                    
                    <ItemStyle>
                    <Normal BackColor="#F0F0F0" Font-Names="Verdana, Segoe UI,Arial" Font-Size="12pt">
                    </Normal>
                    <Over BackColor="#D7EEFC" BaseStyle="Normal">
                    </Over>
                    <Active BackColor="#73C4FB" BaseStyle="Normal">
                    </Active>
                    </ItemStyle>
                    <FrameStyle BackColor="#F0F0F0" BorderColor="#73C4FB" BorderStyle="Solid" BorderWidth="1px">
                    </FrameStyle>
                    
                    
                </MenuStyleSettings>

 

Unfortunately, changing the value can not see the effect when you run, the menu will dissipate.

menu is displayed by default control settings


regards


Adam

All times are GMT -5. The time now is 12:54 AM.
Previous Next