2
我試圖使用White's UI automation framework從RichTextBox中讀取文本,但它總是返回null。RichTextBox的自動化支持 - 無法使用White'sUI獲取文本
已加入下面的代碼到RichtextBox.cs
protected override AutomationPeer OnCreateAutomationPeer()
{
return new RichTextBoxAutomationPeer(this);
}
有任何解決方法來獲取文本?或通過使用TextPattern?