Unplanned
Last Updated: 29 Mar 2016 10:12 by ADMIN
ADMIN
Nikolay
Created on: 28 Jan 2011 05:09
Category:
Type: Bug Report
0
FIX. RadApplicationMenu - right column menu can't be styled in VSB
If you try to style the Right column menu of RadApplicationMenu, your changes will not be persisted and applied to the control.

Workaround: 
FillPrimitive fill = (FillPrimitive)this.radRibbonBar1.RibbonBarElement.ApplicationButtonElement.DropDownMenu.RootElement.Children[0].Children[0].Children[2].Children[0].Children[2].Children[1].Children[0];
fill.BackColor = Color.Orange;
fill.BackColor2 = Color.Red;
0 comments