Forum Discussion
rlent
16 years agoContributor
I use the Checked property of the checkbox.
Just evaluate whether the Checked property is true.
If XYZ.WinFormsObject("chkYourCheckbox").Checked = True then
Log.Message("Checkbox was checked")
esle
Log.Error("Checkbox was not checked")
end if
Just evaluate whether the Checked property is true.
If XYZ.WinFormsObject("chkYourCheckbox").Checked = True then
Log.Message("Checkbox was checked")
esle
Log.Error("Checkbox was not checked")
end if