Hello,
I am working on UI automation project using .NET's UI automation libraries.
I want to check if textbox is readonly or not using AutomationElement::AutomationElementInformation structure.
However, there is no such property for accessing ReadOnly status of the textbox. There are properties like "IsEnabled",
"IsKeyboardFocusable" etc. But, I am not able to determine the Readonly status using these properties.
Is there any workaround to do this?
Thank you in advance!
Navnath