The settings for the toolbar and status bar are basically similar to the previous menu
1, ToolStrip
From the Toolbars tab, drag one into the form, and the location is set by its dock. The first picture, the red part is the toolbar, the toolbar can be placed in the drop-down menu button, lable, SplitButton, DropDownButton and so on
When set up, it is also the same as the previous menu section, where you can write the Click event Processing.
2, StatusStrip
The so-called status bar, first on a chart, usually placed at the bottom of the main form, you can set the label, ProgressBar and so on. Usually set the login user, copyright information, progress display and so on, if the need for event processing can also, ibid.
3, ToolStripContainer
This control is actually very interesting, the online data is very few, should be not very good, but if the system is relatively large, the number of toolbars can be used. It's actually a toolbar container, and when the software runs, it allows us to drag and drop the toolbar where we need it, and put a simple example here. I put a container in one more. Then you can drag, grab a tutu tan, this is the effect of software run up OH
See, the toolbar can be dragged and dragged, dragged to the right place you can chatter, the toolbar item of the event or unchanged.
Of course this is not beautiful, if you have friends on this control has a good use, you can paste up to share.
WinForm toolbar ToolStrip and status bar StatusStrip