Hi Prashanat J,
I would be able to understand from your image snapshot , it means that you need a horizantal menu like a word application on top the horizontal menu bar then below the tool bar, these functionality you can each easily if you are using visual studio.
open the windows forms in design mode on which you want to place the menu bar, after that click from toolbox there is tab menu and toolbars , click on MenuStrip and drop on the form it will automatically dock to the top of the windows. at start there is area where you can insert theToolStripMenuItem text and set othere propeties of each toolstrip like fore color , back color and image etc.
similary if you want to create a toolbar insertToolStrip.
Good luck.