How can I get the accessible name using win32 from c#? (the accessible name was set using the standard win form designer)
|
|
|
|
|
|
|
You Must use the Windows Automation API ( sounds strange for accesibility). Call
with the REFIID IAccessible. Cast ppvObject into IAccessible and read the member get_accName. |
||
|
|
