--- title: Controls by Function ms.date: "03/30/2017" helpviewer_keywords: - "controls [Windows Forms], by function" - "Windows Forms, controls by function" - "Windows Forms controls, list of" ms.assetid: 5e65a6c3-5d6f-480d-beb8-b28f865f07e3 --- # Windows Forms Controls by Function Windows Forms offers controls and components that perform a number of functions. The following table lists the Windows Forms controls and components according to general function. In addition, where multiple controls exist that serve the same function, the recommended control is listed with a note regarding the control it superseded. In a separate subsequent table, the superseded controls are listed with their recommended replacements. > [!NOTE] > The following tables do not list every control or component you can use in Windows Forms; for a more comprehensive list, see [Controls to Use on Windows Forms](controls-to-use-on-windows-forms.md) ## Recommended Controls and Components by Function |Function|Control|Description| |--------------|-------------|-----------------| |Data display| control|The control provides a customizable table for displaying data. The class enables customization of cells, rows, columns, and borders. **Note:** The control provides numerous basic and advanced features that are missing in the control. For more information, see [Differences Between the Windows Forms DataGridView and DataGrid Controls](differences-between-the-windows-forms-datagridview-and-datagrid-controls.md)| |Data binding and navigation| component|Simplifies binding controls on a form to data by providing currency management, change notification, and other services.| || control|Provides a toolbar-type interface to navigate and manipulate data on a form.| |Text editing| control|Displays text entered at design time that can be edited by users at run time, or changed programmatically.| || control|Enables text to be displayed with formatting in plain text or rich-text format (RTF).| || control|Constrains the format of user input| |Information display (read-only)| control|Displays text that users cannot directly edit.| || control|Displays text as a Web-style link and triggers an event when the user clicks the special text. Usually the text is a link to another window or a Web site.| || control|Displays information about the application's current state using a framed area, usually at the bottom of a parent form.| || control|Displays the current progress of an operation to the user.| |Web page display| control|Enables the user to navigate Web pages inside your form.| |Selection from a list| control|Displays a scrollable list of items, each accompanied by a check box.| || control|Displays a drop-down list of items.| || control|Displays a list of text items that users can scroll through with up and down buttons.| || control|Displays a list of text and graphical items (icons).| || control|Displays items in one of four different views. Views include text only, text with small icons, text with large icons, and a details view.| || control|Displays a list of numerals that users can scroll through with up and down buttons.| || control|Displays a hierarchical collection of node objects that can consist of text with optional check boxes or icons.| |Graphics display| control|Displays graphical files, such as bitmaps and icons, in a frame.| |Graphics storage| control|Serves as a repository for images. controls and the images they contain can be reused from one application to the next.| |Value setting| control|Displays a check box and a label for text. Generally used to set options.| || control|Displays a scrollable list of items, each accompanied by a check box.| || control|Displays a button that can be turned on or off.| || control|Allows users to set values on a scale by moving a "thumb" along a scale.| |Date setting| control|Displays a graphical calendar to allow users to select a date or a time.| || control|Displays a graphical calendar to allow users to select a range of dates.| |Dialog boxes| control|Displays the color picker dialog box that allows users to set the color of an interface element.| || control|Displays a dialog box that allows users to set a font and its attributes.| || control|Displays a dialog box that allows users to navigate to and select a file.| || control|Displays a dialog box that allows users to select a printer and set its attributes.| || control|Displays a dialog box that displays how a control component will appear when printed.| || control|Displays a dialog that allows users to browse, create, and eventually select a folder| || control|Displays a dialog box that allows users to save a file.| |Menu controls| control|Creates custom menus. **Note:** The is designed to replace the control.| || control|Creates custom context menus. **Note:** The is designed to replace the control.| |Commands| control|Starts, stops, or interrupts a process.| || control|Displays text as a Web-style link and triggers an event when the user clicks the special text. Usually the text is a link to another window or a Web site.| || control|Displays an icon in the status notification area of the taskbar that represents an application running in the background.| || control|Creates toolbars that can have a Microsoft Windows XP, Microsoft Office, Microsoft Internet Explorer, or custom look and feel, with or without themes, and with support for overflow and run-time item reordering. **Note:** The control is designed to replace the control.| |User Help| component|Provides pop-up or online Help for controls.| || component|Provides a pop-up window that displays a brief description of a control's purpose when the user rests the pointer on the control.| |Grouping other controls| control|Groups a set of controls on an unlabeled, scrollable frame.| || control|Groups a set of controls (such as radio buttons) on a labeled, nonscrollable frame.| || control|Provides a tabbed page for organizing and accessing grouped objects efficiently.| || control|Provides two panels separated by a movable bar. **Note:** The control is designed to replace the control.| || control|Represents a panel that dynamically lays out its contents in a grid composed of rows and columns.| || control|Represents a panel that dynamically lays out its contents horizontally or vertically.| |Audio| control|Plays sound files in the .wav format. Sounds can be loaded or played asynchronously.| ## Superseded Controls and Components by Function |Function|Superseded control|Recommended replacement| |--------------|------------------------|-----------------------------| |Data display||| |Information Display (Read-only controls)||| |Menu controls||| |||| |Commands||| |||| |Form layout||| ## See also - [Controls to Use on Windows Forms](controls-to-use-on-windows-forms.md) - [Developing Custom Windows Forms Controls with the .NET Framework](developing-custom-windows-forms-controls.md)