Toolbox
Standard toolbox for window form already prepared by Visual studio. You just need to drag and drop this toolbox to your form. The Toolbox you can get it on the left side of visual studio interface as shown in figure below:
Here the list of standard toolbox that we will discuss:
- Button
- CheckBox
- CheckListBox
- ComboBox
- ContextMenuStrip
- DataGridView
- FlowLayoutPanel
- GroupBox
- Label
- ListBox
- MenuStrip
- NumericUpDown
- Panel
- PictureBox
- PropertyGrid
- RadioButton
- RichTextBox
- SplitContainer
- Splitter
- TabControl
- TableLayoutPanel
- TextBox
- ToolStrip
- ToolStripContainer
- ToolTip
- Next: Properties