usage of five control in a toolbox
Answers
Answered by
2
Following table lists the Common Controls listed in the ToolBox.
ImagesControl NameDescriptionPointerUsed to move and resize controls and forms.ButtonThis Control triggers an action when accessed.Check BoxControl that has values either true or falseCheckedList BoxLists check box next to each itemCombo BoxA combination of list and text box controls that enables to select as well as edit text.DateTimePickerDisplay a calender picker to choose the day and date.LabelDisplays a label text.LinkLabelDisplays a label with a link text.List BoxControl that lists number of items.List ViewExtension of ListBox control with options to add icons,headings.Masked Text BoxUses a Mask to differetiate proper and improper text input.MonthCalendarEnable to select date at runtimeNotify IconDisplays an icon in the Windows TrayNumericUpDownAllows to input a integer of specific decimal places within a specific range.Picture BoxDisplay image filesProgress BarDisplay the progress of a task.Radio ButtonAllows to choose a choice from a group of choices.Rich TextBoxAllows to edit, input rich text.Text BoxControl used to input or display text.ToolTipDisplays tooltip text.TreeViewDisplays the hierarchy of nodes.WebBrowserAllows to open an html document in form.
ImagesControl NameDescriptionPointerUsed to move and resize controls and forms.ButtonThis Control triggers an action when accessed.Check BoxControl that has values either true or falseCheckedList BoxLists check box next to each itemCombo BoxA combination of list and text box controls that enables to select as well as edit text.DateTimePickerDisplay a calender picker to choose the day and date.LabelDisplays a label text.LinkLabelDisplays a label with a link text.List BoxControl that lists number of items.List ViewExtension of ListBox control with options to add icons,headings.Masked Text BoxUses a Mask to differetiate proper and improper text input.MonthCalendarEnable to select date at runtimeNotify IconDisplays an icon in the Windows TrayNumericUpDownAllows to input a integer of specific decimal places within a specific range.Picture BoxDisplay image filesProgress BarDisplay the progress of a task.Radio ButtonAllows to choose a choice from a group of choices.Rich TextBoxAllows to edit, input rich text.Text BoxControl used to input or display text.ToolTipDisplays tooltip text.TreeViewDisplays the hierarchy of nodes.WebBrowserAllows to open an html document in form.
Similar questions