我嘗試使用C#UIAutomation庫創建測試工具應用程序。 示例代碼是:如何使用UIAutomation獲取鼠標和鍵盤事件
Automation.AddAutomationFocusChangedEventHandler(
new AutomationFocusChangedEventHandler(OnAutomationFocusChanged));
當我發現焦點變了,我需要得到事件的類型(左/右鍵點擊或鍵盤按下)。 是否有可能做到這一點我如何在方法OnAutomationFocusChanged()中找到這些值?
THANKs,但我需要檢測鼠標和鍵盤事件,而不是發送鼠標和鍵盤事件。 – 2013-04-10 05:02:45