I am trying to get the text of windows and their elements using uia.
When i use inspect on the calculator in windows 10, i see that it doesn't support text pattern (its false). My question is how else can i access the button's text if text pattern is false? using windows 10 c++ (native UIA).
When i use inspect on the calculator in windows 10, i see that it doesn't support text pattern (its false). My question is how else can i access the button's text if text pattern is false? using windows 10 c++ (native UIA).