Define Visual C#.Net

C# Form Control

C# Label Control

C# TextBox Control

C# Button Control

C# RadioButton Control

C# CheckBox Control

C# CheckListBox

C# ListBox Control

C# ComboBox Control

C# LinkLabel Control

C# DateTime DataType

C# DateTimePicker

C# NumericUpDown

C# RandomNumber

C# PictureBox

C# ProgressBar

C# Timer Control

C# ToolTip

C# TabControl

C# RichTextBox

C# MessageBox

C# Menu Control

C# Toolbars

C# Dialogs Box

Page Stats

Visitor: 271

Toolbar Control in C#.Net

Toolbar contains buttons and other components that serve as menu commands to the user. To create toolbar use a "ToolStrip" control

PropertyDescription
CanOverflowSpecifies whether the items that can't fit inside the ToolStrip will be placed in a separate hidden area accessible via a drop-down button.
GripStyleSpecifies whether the ToolStrip move handle is visible or hidden.
ShowItemToolTipsSpecifies whether each items will show a tool tip.