articles

Home / DeveloperSection / Articles / ToolStrip Control in VB.Net

ToolStrip Control in VB.Net

ToolStrip Control in VB.Net

Pushpendra Singh28666 13-Dec-2010

 ToolStrip is a container for ToolStripItem elements. Each individual element on the ToolStrip is a ToolStripItem that manages the layout and event model for the type it contains. . The ToolStrip controls provide a common interface for Menus and Strips in Windows Forms.

Drag and drop ToolStrip Control from toolbox on the window Form.

ToolStrip Control in VB.Net

ToolStrip Control in VB.Net

Add ToolStrip Item which you want to show.

You need to add one of the items in your ToolStrip that derives from ToolStrip Item.

ToolStrip Control in VB.Net

 

ToolStrip Control in VB.Net

Here SplitButton is added.

Add text which you want to display.

ToolStrip Control in VB.Net

Run the project

ToolStrip Control in VB.Net

When  you click SplitButton in ToolStrip  then menu will show.

ToolStrip Control in VB.Net


Updated 04-Mar-2020

Leave Comment

Comments

Liked By