Solved

Which of the Following Statements Will Display the GetStudentDataForm Form

Question 14

Multiple Choice

Which of the following statements will display the getStudentDataForm form in such a way that any code following the statement will not execute until the getStudentDataForm closes?


A) getStudentDataForm.Open()
B) getStudentDataForm.Show()
C) getStudentDataForm.ShowDialog()
D) getStudentDataForm.OpenForm.Modal()

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions