Lesson+9
Lesson+9
Windows
Forms
Application
Lesson 9
GUI
Graphical User Interface
Examples:
✓ Label
✓ Button
✓ TextBox
✓ ListBox
✓ CheckBox
✓ Etc.
Here are some of C# controls:
Toolbox
❑ Is part of the IDE which found on the left side of the window.
❑ To open Toolbox, choose View > Toolbox from the menu bar, or
press Ctrl+Alt+X.
CONTROL ICON/IMAGE CONTROL ICON/IMAGE
Label OptionBox
A
Button ComboBox
ab
TextBox Image
abl
ListBox PictureBox
CheckBox Shape
Naming convention
1 It should not start with numbers.