We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Displaying Dropdown items in Blue Colour when the user clicks on Menu Button.

Hi,


         How to display DropDown items  in Blue Colour when the user clicks on Menu Button?



Regards,
Ranjan VijayKumar.

Attachment: ribbon_style_200f34c5.rar

1 Reply

AJ Ashwini Jaya Preetha Durai Samy Syncfusion Team December 9, 2014 12:08 PM UTC

Hi Ranjan,

 

Thank you for contacting Syncfusion Support,

 

We request you to confirm whether your requirement is to change the hover color of BackStageButton, BackStageTab in RibbonControlAdv. If this is your requirement, then we would like to inform you that it can be achieved by setting RibbonStyle as TouchStyle and by using ApplyTouchStyleColorTable() function. Please refer the below code snippet:

 

Code snippet[C#]:

TouchStyleColorTable TouchStylecolor = new TouchStyleColorTable();

TouchStylecolor.BackStageTabColor = Color.Violet;

TouchStylecolor.BackStageTabHoverColor = Color.Pink;          

ribbonControlAdv1.ApplyTouchStyleColorTable(TouchStylecolor);

 

 

We have prepared a sample for your requirement and it can be downloaded from the following link.

 

Sample Link: http://www.syncfusion.com/downloads/support/directtrac/general/RibbonBackStage-1079849597.zip

 

Please let us know if we have misunderstood your query,

 

Regards,

Ashwini


Loader.
Live Chat Icon For mobile
Up arrow icon