-
-
Notifications
You must be signed in to change notification settings - Fork 418
Description
I'm new to github.com and FlaUI. This is not an issue, but just a question. I am trying to obtain the LegacyIAccessible State value for the rows in a DataGridView table in C#.
I was using the UIAComWrapper to retrieve the LegacyIAccessible State value to determine which row was selected. And it worked perfectly, until now. I'm not sure what happened, but it now returns a state value of 0 for all rows while Inspect.exe shows that the value is definitely not zero. According to Inspect, the DGV I'm looking at has no pattern available (nor does not have support for any pattern) except IsLegacyIAccessiblePatternAvailable.
I know this isn't much information, but would FlaUI be a possible solution for me to use to obtain those values accurately and more consistently? If more info is needed, I'll do my best to provide answers. Thanks.