コード例 #1
0
ファイル: AutomationElement.cs プロジェクト: FlaUI/FlaUI
 /// <inheritdoc />
 public ActiveTextPositionChangedEventHandlerBase RegisterActiveTextPositionChangedEvent(TreeScope treeScope, Action <AutomationElement, ITextRange> action)
 {
     return(FrameworkAutomationElement.RegisterActiveTextPositionChangedEvent(treeScope, action));
 }