I'm using the UIA ( ui automation framework ) for a automatic gui-test and i want to read properties from the used gui objects, but the informations which are provided through the AutomationElement are not enough for me. I want to read e.g the fonts / colors etc.
Now i'm searching for a way to get the gui object behind / underlying the AutomationElement. I couldn't find a api method in the UIA for this. Somebody knows a non api method for this or e.g a way to get the gui object from the NativeWindowHandle which can be found in the automationElementInformation ?
It would be also nice if anybody could say how the UIA is working at all ( i mean how the communication & access works between the UIA and the gui objects ).