I'm trying to obtain the IsChecked status of a .NET 2 checkbox (CLASS: WindowsForms10.BUTTON.app.0.2004eee) using ControlCommand()
I have been able to obtain the checkbox's IsVisible and IsEnabled status without a problem, and am able to obtain other checkbox info (control handle, instance number, text), so I'm pretty sure I have the function syntax correct. However, simply replacing "IsEnabled" with "IsChecked" always returns value of 0, regardless of actual checkbox state.
I've tried bot