Control difference between Hide() and Visible?

Viewed 28934

I was wondering about the difference between using a Control’s Hide() method compared to setting the Visible property to false.

When would I want to use the one over the other?

3 Answers
Related