Forum Discussion

dcfecker's avatar
dcfecker
Contributor
7 years ago
Solved

my WPF Desktop Application objects do not evaluate the IsChecked as true or false

I have a WPF Dekstop application that contains some control objects These objects have the property "IsCheck" and evaluate as either "true" or "false" I can return the object property booleans, and...
  • JuliaBernikova's avatar
    7 years ago

    Hi,

     

    It looks like the value is not Boolean. Please try converting it to a Boolean value using the VarToBool method.