2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
Add ToolStripEx to the ToolStripTabItemThe Panel property specifies the ToolStripEx that is associated with the ToolStripTabItem. C# ToolStripEx toolStripEx = new ToolStripEx(); toolStripEx.Items.Add(new ToolStripButton("New")); toolStripEx.Items.Add(new ToolStripDropDownButton("Open")); // Add the toolStripEx to the toolStripTabItem on RibbonControlAdv this.toolStripTabItem1.Panel.AddToolStrip(toolStripEx); VB Dim toolStripEx As ToolStripEx = New ToolStripEx() toolStripEx.Items.Add(New ToolStripButton("New")) toolStripEx.Items.Add(New ToolStripDropDownButton("Open")) //Add the toolStripEx to the toolStripTabItem on RibbonControlAdv Me.toolStripTabItem1.Panel.AddToolStrip(toolStripEx)
|
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.