Forum Discussion
tristaanogre
14 years agoEsteemed Contributor
It's probably because of how you're doing the call. Your property you're searching for isn't a single property, it's the property of a property and that may be getting lost.
Try, instead, using a different set of properties to do the search.
For that matter, since DocumentPane is the "Name" of the object, you might not need to use the NativeClrObject.Name propety at all but simply
Try, instead, using a different set of properties to do the search.
For that matter, since DocumentPane is the "Name" of the object, you might not need to use the NativeClrObject.Name propety at all but simply
DockingManager.FindChild("Name", "DocumentPane", 3)