Share via


.NET Samples - Windows Forms: Accessibility

This section includes the following sample:

Accessible Sample

Accessible Sample

This sample demonstrates several accessibility properties of Windows Forms controls. When properly used, these properties enable special description of the form controls and use of the application.

Namespaces used in this sample:

System; System.Windows.Forms; System.Drawing; System.ComponentModel

Classes used in this sample:

Form; Component; Button; TextBox; Container; Control; Style; Icon; EventHandler; Message; Application; SystemInformation; MessageBox; EventArgs; Thread