Doing a windows form, and i don't want my program to run until the user has entered data in a textBox, but i can't use textBox.Validated as a condition in my if statement. Can't seem to find anything but .Validated for that . i also tried comparing it to a boolean, even though i know it's not bool but i am running out of ideas what am I doing wrong ?
if (textBox.Validated)