Files
docs-desktop/dotnet-desktop-guide/framework/winforms/controls/index.md
T
Andy De George c0ba284473 Initial winforms content migrated (#18)
* Merge winforms framework content to working branch (#14)

* Breadcrumb / TOC / Move net5 to net folder (#15)

* change path from net5 to net

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Add .net 5 winforms placeholder article (#16)

* added some metadata and adjusted net5 placeholder

* corrections

* corrections

* corrections

* Test1

* Swapping landing page vs concept

* fix links

* Fix links

* Fix desc
2020-09-01 16:26:21 -07:00

2.1 KiB

title, description, ms.date, helpviewer_keywords, ms.assetid
title description ms.date helpviewer_keywords ms.assetid
Controls Learn how to add and position Windows Form controls. You can also manipulate controls in the designer and write code to add controls dynamically at run time. 03/30/2017
Windows Forms controls
controls [Windows Forms]
Windows Forms controls, about Windows Forms controls
f050de8f-4ebd-4042-94b8-edf9a1dbd52a

Windows Forms controls

As you design and modify the user interface of your Windows Forms applications, you will need to add, align, and position controls. Controls are objects that are contained within form objects. Each type of control has its own set of properties, methods, and events that make it suitable for a particular purpose. You can manipulate controls in the designer and write code to add controls dynamically at run time.

In this section

Putting Controls on Windows Forms
Provides links related to putting controls on forms.

Arranging Controls on Windows Forms
Articles related to arranging controls on forms.

Labeling Individual Windows Forms Controls and Providing Shortcuts to Them
Describes the uses of keyboard shortcuts, text labels on controls, and modifier keys.

Controls to Use on Windows Forms
Lists the controls that work with Windows Forms, and basic things you can accomplish with each control.

Developing Custom Windows Forms Controls with the .NET Framework
Provides background information and samples to help users develop custom Windows Forms controls.

Developing Windows Forms Controls at Design Time
Describes techniques for creating custom controls through design and inheritance.

Client Applications
Provides an overview of developing Windows-based applications.