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

Office 2010 template for Syncfusion.



Hi,


         Where do i get Office 2010 template for Syncfusion to implement toolbar as tab items for my application?



Regards,
Ranjan VijayKumar.

3 Replies

SK Senthil Kumaran Rajan Syncfusion Team November 27, 2014 05:49 AM UTC

Hi Ranjan,

 

Thank you for using Syncfusion products,

 

The office 2010 Visual style can applied in XPToolBar by using the style property as shown in the below code snippet. We have also attached a sample for your reference and this will be available in the below link. If we have misunderstood your query, we request you to provide some additional information about your query. It will be helpful for us to analyze and provide you a prompt solution.

 

Code Snippet[C#]:

private void Form1_Load(object sender, EventArgs e)

{

  this.xpToolBar1.Style = Syncfusion.Windows.Forms.VisualStyle.Office2010;

}

 

Link : http://www.syncfusion.com/downloads/support/directtrac/general/Ribb-1446452771.zip

 

Please let us know if you need further assistance,

 

Regards,

R.Senthil kumaran.



RA Ranjan November 27, 2014 06:26 AM UTC

Hi,


       How to display XPToolBar as Tab items for my application?



Regards,
Ranjan VijayKumar.

Attachment: c1_392bca0e.rar


SK Senthil Kumaran Rajan Syncfusion Team November 28, 2014 09:15 AM UTC

Hi Ranjan,

 

Thanks for your update,

 

We would like to let you know that your requirement can be achieved by using RibbonControlAdv. We have also attached a sample for your reference and it is available in the below link.

 

Link : http://www.syncfusion.com/downloads/support/directtrac/general/Ribbon159609766.zip

 

Please have the below documentation link to know more about RibbonControlAdv,

 

Link : http://help.syncfusion.com/ug/windows%20forms/default.htm#!Documents/ribboncontroladv.htm

 

Please let us know if you need further assistance,

 

Regards,

R.Senthil kumaran


Loader.
Live Chat Icon For mobile
Up arrow icon