Articles in this section
Category / Section

How to group buttons in a ToolStripEx control?

1 min read

Group buttons

The buttons in a ToolStripEx control can be grouped using the GroupedButtons property. Please refer the below code snippet which illustrates this:

C#

this.toolStripEx1.GroupedButtons = true;

VB

Me.toolStripEx1.GroupedButtons = True

 

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