Links: .NET Desktop - framework\winforms (#108)

This commit is contained in:
David Coulter
2020-11-05 11:04:06 -08:00
committed by GitHub
parent 58d850490b
commit 25480ff846
147 changed files with 557 additions and 305 deletions
@@ -8,12 +8,14 @@ helpviewer_keywords:
ms.assetid: dec51976-eae0-4398-a537-20bca7974722
---
# Controls to Use on Windows Forms
The following is an alphabetic list of controls and components that can be used on Windows Forms. In addition to the Windows Forms controls covered in this section, you can add ActiveX and custom controls to Windows Forms. If you do not find the control you need listed here, you can also create your own. For details, see [Developing Windows Forms Controls at Design Time](developing-windows-forms-controls-at-design-time.md). For more information about choosing the control you need, see [Windows Forms Controls by Function](windows-forms-controls-by-function.md).
> [!NOTE]
> Visual Basic controls are based on classes provided by the .NET Framework.
## In This Section
[Windows Forms Controls by Function](windows-forms-controls-by-function.md)
Lists and describes Windows Forms controls based on the .NET Framework.
@@ -219,13 +221,14 @@ The following is an alphabetic list of controls and components that can be used
Describes a set of controls used to provide users with a list of options to choose from.
## Related Sections
[Windows Forms Controls](index.md)
Explains the use of Windows Forms controls, and describes important concepts for working with them.
[Developing Windows Forms Controls at Design Time](developing-windows-forms-controls-at-design-time.md)
Provides links to step-by-step topics, recommendations for which kind of control to create, and other information about creating your own control.
[Controls and Programmable Objects Compared in Various Languages and Libraries](https://docs.microsoft.com/previous-versions/visualstudio/visual-studio-2010/0061wezk(v=vs.100))
[Controls and Programmable Objects Compared in Various Languages and Libraries](/previous-versions/visualstudio/visual-studio-2010/0061wezk(v=vs.100))
Provides a table that maps controls in Visual Basic 6.0 to the corresponding control in Visual Basic .NET. Note that controls are now classes in the .NET Framework.
[How to: Add ActiveX Controls to Windows Forms](how-to-add-activex-controls-to-windows-forms.md)