Simon Mourier's Avatar
Simon Mourier's blog (1807 answers on StackOverflow) about Microsoft technologies C#, C/C++, .NET, WinRT, WinUI3, AOT, P/Invoke, COM, Interop, DirectX, Direct2D, Windows, ...
  • 🔎︎ Search
  • Categories
  • Archives
  • About Me
  • c#
  • ui-automation

MS UI Automation - How to get text from ControlType.text

Sep 10, 2015 See the question and my original answer on StackOverflow

You should be able to simply use element.Current.Name (element being the instance of AutomationElement for the label).

Here is an example of UISpy retrieving the text for a label:

enter image description here

  • SmoBlog © 2010-2026 Simon Mourier. All rights reserved.
  • Privacy & Terms