.netCoders Contact Us
Search:

Accessibility

Controls on a Windows Form have a series of properties specifically geared for Accessibility. These properties are used by devices, such as screen readers. The following table describes each property. Like most properties, these can be set through the Windows Forms Designer in Visual Studio.NET, or programmatically.

Property Description
AccessibleDescription An object's AccessibleDescription property provides an additional textual description about an object, such as it's visual appearance.
AccessibleName The AccessibleName property is a label that briefly describes and identifies the object
AccessibleRole The AccessibleRole property describes what kind of user interface element an object is. This value is from the enumeration also called AccessibleRole.