How to get element's text by TabIndex in Windows Forms? smth like:
"this.Controls.GetElementByTabindex(1).text"
Is it possible?
How to get element's text by TabIndex in Windows Forms? smth like:
"this.Controls.GetElementByTabindex(1).text"
Is it possible?
try this.
In case you don't want to use linq, this can do this:
Yes, it is possible with
LINQ
:If you want to do it with extension method: