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: