What is the ToolStrip control?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the ToolStrip control?
Rating:
The ToolStrip control is a special control that is used to create professional looking and highly optimized toolbars, status bars, and menus in a Windows form. It can host ToolStripItem controls, which are similar to common controls such as Button, Label, and ComboBox. However, ToolStripItem controls are specifically designed to be hosted in the ToolStrip control.
Rating:
Was this information helpful?
Other articles
- How is a method added to a control in a Windows form using C# project?
- How is an event created and added to a control in a C# project?
- What is a Snapeline ?
- How is an application started from a Web or a network file share?
- What is the Timer component?