Do you guys have any idea on doing a winform that will detect the checkbox to see whether it will display a text box or not? For example, if the checkbox is checked, there will be a textbox. If the checkbox is unchecked, the textbox will disappear.
Share
In your checkbox checked event handler…
..if you want it the other way around, you can do this:
Note the exclamation mark, which means “not”.