add a menubar to a form

edited 2:36PM in FastReport .NET
how can i add a menubar to a Form with code (because it's not in the insert menu)
thanks
I begin with :
MenuStrip MenuPrincipal = new MenuStrip();
      MenuPrincipal.BackColor=Color.Red;
      MenuPrincipal.Text="test";
      MenuPrincipal.Font= new Font("Georgia",16);

but I don't find a way to insert it in the Form (In the code I've found they use this. and it doesn't work in fast report)

thanks

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.