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
A menu that appears when the user right-clicks on a control.
ContextMenuStrip
A toolbar for placing buttons, dropdowns, and other controls.
ToolStrip
Used for displaying hierarchical data
TreeView
A versatile control for displaying lists of items in various views
ListView
Splits the form into two resizable panels
SplitContainer
A container that arranges controls in rows and columns
TableLayoutPanel
A container that arranges controls in a flow layout
FlowLayoutPanel
Displays a calendar for selecting dates
MonthCalendar
Allows users to select values from a range by sliding a thumb
TrackBar