En tiempo de diseño puedo hacer clic derecho y me sale la opcion "agrupar" pero en tiempo de ejecucion no se como hacer esto, pues creo mi menu dinamicamente pero necesito agrupar las opciones y no se como hacerlo,
alguien me podria indicar cual es el metodo o como debo hacer o si se puede hacer esto en tiempo de ejecucion!.
gracias.
Hello Carlos,
I attached a screenshot. Is this what you mean by "agrupar"? If so, this is the code that is generated in the Form1.designer.cs file.
buttonTool7.InstanceProps.IsFirstInGroup = true;
This API might be helpful.
To create new groups (ex. ribbonGroup2) and new tools at runtime, please reference this topic.
Let me know if you have further questions.
Elizabeth AlbertLocalization Engineer