Articles in this section
Category / Section

How to integrate any control in ToolStripEx?

1 min read

Customize the control

You can load any control in ToolStripEx by using ToolStripControlHost. To achieve this, use the following code example.

C#

this.toolStripEx1.Items.Add(new ToolStripControlHost(this.xpToolBar1));

VB

Me.toolStripEx1.Items.Add(New ToolStripControlHost(Me.xpToolBar1))

Sample: http://www.syncfusion.com/downloads/support/directtrac/131857/RibbonControlAdv_XPToolBar-1314124139.zip

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied