uiautomation在识别delphi的pagecontrol控件时的问题
使用uiautomation在获取delphi的pagecontrol控件时,只能识别页面标签 tabsheet,但是tabsheet中的控件就无法找到了。AutomationElementCollection elements = automationElement.FindAll(TreeScope.Children, new PropertyCondition(AutomationElement.IsControlElementProperty, true));
返回的孩子节点为空。
对于vc的pagecontrol控件却可以正常获取,求原因。。。。。 uiautomation delphi
补充:.NET技术 , .NET Framework