0

First I'm working in C# with Windows Forms, I have a question about how can I add the maximizebox and minimizebox to RibbonControl, what is the property that let me add this buttons, tell me if I can do it from designer or the code to do that. Thanks

Randall Sandoval
  • 237
  • 1
  • 6
  • 21

1 Answers1

1

I found the way, the propertys of MinimizeBox and MaximizeBox in the form could be in true and automatically the RibbonControl Add boxes to the control

Randall Sandoval
  • 237
  • 1
  • 6
  • 21