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?
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?