Multiple choice

Which method of form object loads the form if it is not already loaded, and then displays the form by setting its visible property to true?

  1. Show

  2. Hide

  3. BringToFront

  4. SendToBack

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Show method of the form object loads the form if it is not already loaded, and then displays the form by setting its visible property to true.