Click here to Skip to main content
15,923,142 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hello every body

AccessibleDescription is a property for all control in vb.net , i can set its value but, what then , what the advantges of the preoerty and how it will be useful via run time
Posted
Updated 18-Mar-16 23:26pm

1 solution

An object's AccessibleDescription property provides a textual description about an object's visual appearance. The description is primarily used to provide greater context for low-vision or blind users, but can also be used for context searching or other applications.

Here, have a look:
MSDN: Control.AccessibleDescription Property [^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900