GUI Controls (Windows Forms)

The following list contains a selection of GUI controls provided by Windows Forms.

  • Label … to print text
  • TextBox … to enter text
  • Button … to trigger event
  • ComboBox … to select feature
  • ListBox … to select features
  • CheckBox … to de/activate feature
  • TrackBar … to select value along range
  • ProgressBar … to show level of progress
  • FileDialog … to handle file operations
  • PictureBox … to show a picture
  • MenuStrip … to create a menu
  • FlowLayoutPanel … to order controls in a row/column
  • TableLayoutPanel … to order controls in a table
  • TabControl … to separate controls in multiple tabs
  • GroupBox … to group controls with optional caption