How to use AccessibleObject in C# ?

  • Thread starter Thread starter Sven Gnagi
  • Start date Start date
S

Sven Gnagi

Hi,

I'm trying to find out how I could use the
AccessibleObject functions in C# on controls in third-
party applications. e.g. how do I get the
AccessibleObject.Name for a control, when I have its
Window Handle ?

Do I have to use the AccessibleObjectFromWindow API, and
if yes, does someone know how to implement it in C# ?

thx for any hint or advice :)
 
Back
Top