Forum Discussion

bhaugurav's avatar
bhaugurav
Occasional Contributor
16 years ago

How to use FindChild method with WPF objects?

I have a checkbox on a window having its Name property as WPFObject("checkboxFailed"). I am trying to find it using set chkBox = parentWindow.FindChild("Name","WPFObject(""checkboxFailed"")",20...