We have an editfield or textbox that is detected as a Winforms editfield in the object identification center of LeanFt, when it is spied upon. Whether it is editable or not depends on some pre-conditions. Depending on the pre-conditions we recreate, We would like to test if the editfield is editable or not. We would like to do something like
Assert.assertEquals(false, txtEditfield.isEditable());
However I could not find a isEditable method in the SDK.