System Architecture 6 Flashcards
standard button control that triggers an action when clicked
Button
displaying text or descriptions
Label
input field for users to enter text
Textbox
A drop-down list that allows users to select from a list of options
ComboBox
list of items that users can select one or more items from
ListBox
create a set of options where only one can be selected
RadioButton
Allows users to toggle a binary choice on or off
CheckBox
Allows you to create multiple tabbed pages within a form
TabControl
A container for organizing and grouping controls
Panel
A container for grouping related controls
GroupBox
Used for creating menus in the application’s menu bar
MenuStrip
Provides a date and time selection interface
DateTimePicker
Displays progress or status information
ProgressBar
Displays images
PictureBox
Allows users to select numeric values
NumericUpDown