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
close icon

MiniToolBar - Add items from ToolStrip

Hi,

Is there a way to add the same items to the minitoolbar as the items that are already in the toolstrip of the Ribbon Control?

Thanks,

Gurbhej


2 Replies

AD Administrator Syncfusion Team August 22, 2008 09:20 AM UTC

Hi Gurbhej,

Thank you for your interest in Syncfusion Products.

You can able to add the same items to the minitoolbar as the items that are already exist in ribboncontrol toolstrip.
Please refer below code snippets.

[C#]
this.miniToolBar1.Items.Add(new Syncfusion.Windows.Forms.Tools.QuickButtonReflectable(name_ToolStripButton));

Please refer the simple sample and let me know if this meets your requirement.
http://websamples.syncfusion.com/samples/Tools.Windows/F76083/main.htm

Please let me know if any concerns.

Regards,
Hema



GD Gurbhej Dhillon August 22, 2008 04:40 PM UTC

This is perfect. Thanks for the quick response.

>Hi Gurbhej,

Thank you for your interest in Syncfusion Products.

You can able to add the same items to the minitoolbar as the items that are already exist in ribboncontrol toolstrip.
Please refer below code snippets.

[C#]
this.miniToolBar1.Items.Add(new Syncfusion.Windows.Forms.Tools.QuickButtonReflectable(name_ToolStripButton));

Please refer the simple sample and let me know if this meets your requirement.
http://websamples.syncfusion.com/samples/Tools.Windows/F76083/main.htm

Please let me know if any concerns.

Regards,
Hema




Loader.
Live Chat Icon For mobile
Up arrow icon