Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/285.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 使用Windows Automation如何将列表框放置在屏幕特定位置_C#_Ui Automation_Microsoft Ui Automation - Fatal编程技术网

C# 使用Windows Automation如何将列表框放置在屏幕特定位置

C# 使用Windows Automation如何将列表框放置在屏幕特定位置,c#,ui-automation,microsoft-ui-automation,C#,Ui Automation,Microsoft Ui Automation,假设我有一个从代码创建的列表框,现在我想把这个列表框放在位置x,z上,而不创建winform 如何使用Windows Automation而不将列表框包含在winform中 Windows UI自动化无助于创建窗体或控件。它旨在自动化现有的UI。

假设我有一个从代码创建的列表框,现在我想把这个列表框放在位置x,z上,而不创建winform


如何使用Windows Automation而不将列表框包含在winform中

Windows UI自动化无助于创建窗体或控件。它旨在自动化现有的UI。