Computer Science, asked by piyushTiwari5983, 9 months ago

When does a new lesson dialog box open

Answers

Answered by fazaltraders2929
5

: A dialog box is a window that is opened by instantiating Window and calling the ShowDialog method. ShowDialog opens a window and doesn't return until the new dialog box has been closed. This type of window is also known as a modal window, and restricts user input.

Answered by gouri661
1

This is your answer.......

Attachments:
Similar questions