Lesson 2: Starting A New Project Flashcards
It is a window containing controls. Usually one per application (but not always).
Form
A GUI component that is placed on the form.
Control
A data item related to a control that affects its appearance.
Property
An action (usually by a user) on a form or control that triggers program behavior.
Event
It is a set of instructions that carries out a well defined task.
Subroutine
It is used to move and resize controls and forms
Pointer
This control triggers an action when accessed.
Button
- ab
A control that has values of either true or false.
Check Box
It lists check box next to each item.
CheckedList Box
A combination of list and text box controls that enables to select as well as edit text.
Combo Box
- search bar, up & down
It displays a calendar picker to choose the day and date.
DateTimePicker
- red cross
It displays a label text.
Label
- capital A
It displays a label with a link text.
LinkLabel
It is a control that lists number of items.
List Box
It is an extension of ListBox control with options to add icons, headings.
List View
- multiple files
It uses a mask to differentiate proper and improper text input.
Masked Text Box
- hashtag
It enables to select date at runtime.
MonthCalendar
- red square
It displays an icon in the Windows Tray.
Notify Icon
It allows to input a integer of specific decimal places within a specific range.
NumericUpDown
It displays image files.
Picture Box
It displays the progress of a task.
Progress Box
It allows to choose a choice from a group of choices.
Radio Button
It allows to edit, input rich text.
Rich TextBox
A control used to input or display text.
Text Box