Hiya
Im a bit confused as to how you can find child windows of an MDI application.
It seems there is no way to search the child windows of a window and return a Form object... you can only return a Control/Element
Eg.
I want to do the following
- Find the main application window
- Find the MDI Client window
- Find all child windows of the MDI Client
and have each of them as a Form object - how is that possible?
there seems to be no method to search a Form for a child Form, and return a Form object.
Or does Ranorex only consider top level windows as Form objects?
Thanks