How to use the Toolbox in VB.NET?
| Images | Control Name | Description |
|
Pointer | Used to move and resize controls and forms. |
|
Button | This Control triggers an action when accessed. |
|
Check Box | Control that has values either true or false |
|
CheckedList Box | Lists check box next to each item |
|
Combo Box | A combination of list and text box controls that enables to select as well as edit text. |
|
DateTimePicker | Display a calender picker to choose the day and date. |
|
Label | Displays a label text. |
|
LinkLabel | Displays a label with a link text. |
|
List Box | Control that lists number of items. |
|
List View | Extension of ListBox control with options to add icons,headings. |
|
Masked Text Box | Uses a Mask to differetiate proper and improper text input. |
|
MonthCalendar | Enable to select date at runtime |
| Notify Icon | Displays an icon in the Windows Tray | |
|
NumericUpDown | Allows to input a integer of specific decimal places within a specific range. |
|
Picture Box | Display image files |
|
Progress Bar | Display the progress of a task. |
|
Radio Button | Allows to choose a choice from a group of choices. |
|
Rich TextBox | Allows to edit, input rich text. |
|
Text Box | Control used to input or display text. |
|
ToolTip | Displays tooltip text. |
|
TreeView | Displays the hierarchy of nodes. |
|
WebBrowser | Allows to open an html document in form. |