How to change the visual style of ToolStripComboBox in ToolStripEx?
Visual style
You can change the style of the ToolStripComboBox by changing the visual style of ToolStripEx.
C#
private void button1_Click(object sender, EventArgs e)
{
this.toolStripEx1.VisualStyle = Syncfusion.Windows.Forms.Tools.ToolStripExStyle.Metro;
}
VB
Private Sub button1_Click(ByVal sender As Object, ByVal e As EventArgs) Handles button1.Click Me.toolStripEx1.VisualStyle = Syncfusion.Windows.Forms.Tools.ToolStripExStyle.Metro End Sub
Sample: https://www.syncfusion.com/downloads/support/directtrac/general/ToolStripEx705284370.zip