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
This commit is contained in:
Andy De George
2020-09-01 16:26:21 -07:00
committed by GitHub
parent 1a27c9b107
commit c0ba284473
1557 changed files with 129980 additions and 13 deletions
@@ -0,0 +1,28 @@
---
title: Accessibility
ms.date: "03/30/2017"
helpviewer_keywords:
- "Windows Forms controls, accessibility"
- "accessibility [Windows Forms], Windows Forms controls"
ms.assetid: 23a3f168-ebc0-4f23-9efc-799109aa4a2d
---
# Windows Forms Accessibility
The accessibility functionality of Windows Forms allows you to make your application available to a wide variety of users.
## In This Section
[Walkthrough: Creating an Accessible Windows-based Application](walkthrough-creating-an-accessible-windows-based-application.md)
Describes all of the features you should support to increase accessibility.
## Reference
<xref:Accessibility>
A namespace containing a number of classes related to accessibility.
<xref:System.Windows.Forms.AccessibleObject>
Provides information that accessibility applications use to adjust an application's user interface (UI) for users with impairments.
## Related Sections
[Providing Accessibility Information for Controls on a Windows Form](../controls/providing-accessibility-information-for-controls-on-a-windows-form.md)
Describes how to supply information that Windows Forms controls can use to assist users with impairments.
[Automatic Scaling in Windows Forms](../automatic-scaling-in-windows-forms.md)
Describes how to make your Windows Forms application react to changes in the system font size.