Forum Discussion

user_j_e's avatar
user_j_e
Occasional Contributor
14 years ago

Object name of focued item

I have a WPFObject of ClrClassName ButtonEx that I cannot view in the "Object Browser".  I can tab over to the button and send key strokes to get the desired behavior. Are there any methods that will return the FullName of the current focused object? 
  • Hi,



    You can get the focused object by using the FocusedWindow method or by searching for the object whose Focused property equals true by using the Find method.