common controls

Cards (19)

  • Pointer
    • Default and irremovable: The pointer in the Toolbox is a default and irremovable tool allowing dragging, resizing, and repositioning objects on the form designer
  • Button
    • Represents a clickable button that triggers an action when clicked.
  • TextBox
    • Provides a single-line or multi-line text input area.
  • Label
    • Displays text that provides information to the user or describes other UI elements.
  • ComboBox
    • A drop-down list that allows users to select an item from a predefined list.
  • ListBox
    • A list that displays a collection of items, allowing users to select one or more.
  • CheckBox
    • Represents a box that can be checked or unchecked.
  • RadioButton
    • A button that allows users to select one option from a group of mutually exclusive options.
  • DataGridView
    • Displays data in a tabular format, commonly used for showing database records.
  • PictureBox
    • Displays images or icons.
  • Panel
    • A container for other controls, providing a way to organize and group related elements.
  • GroupBox
    • Similar to a Panel but often used to visually group related controls with a border and caption.
  • TabControl
    • Allows organizing content into tabbed pages, with each tab holding different controls or information.
  • MenuStrip, ToolStrip
    • Components for creating menus and toolbars, respectively.
  • DateTimePicker
    • Allows users to pick a date and time from a calendar and clock.
  • ProgressBar
    • Displays the progress of a lengthy operation.
  • Chart
    • Visualizes data in various chart types, such as bar charts, pie charts, etc.
  • TreeView
    • Represents hierarchical data in a tree-like structure.
  • ToolTip
    • Provides helpful hints or information when the mouse hovers over a control.