标签: c# .net ui-automation
我知道我可以使用带有GetCachedPropertyValue类的GetCurrentPropertyValue和AutomationElement方法通过UIAutomation检索应用程序中控件的属性。我想知道,是否可以使用UIAutomation将这些属性(如文本框控件的背景颜色)设置为新值?如果没有,除了UIAutomation之外还有其他方法吗?
GetCachedPropertyValue
GetCurrentPropertyValue
AutomationElement