Home » mcq » Visual basic » . . . . . . . . format. In this format, the windows associated with the project will stay within a single container known as the parent. Code and form-based windows will stay within the main container form.
mdi
sdi
form
code
Answer is Wrong!
Answer is Right!
The correct answer is MDI.
MDI stands for Multiple Document Interface. It is a user interface (UI)
132.3-11.4 132.3s0 89.4 11.4 132.3c6.3 23.7 24.8 41.5 48.3 47.8C117.2 448 288 448 288 448s170.8 0 213.4-11.5c23.5-6.3 42-24.2 48.3-47.8 11.4-42.9 11.4-132.3 11.4-132.3s0-89.4-11.4-132.3zm-317.5 213.5V175.2l142.7 81.2-142.7 81.2z"/>
Subscribe on YouTube
layout pattern that allows multiple documents to be displayed in a single window. The windows are typically arranged in a tabbed or cascaded layout.
In MDI format, the windows associated with the project will stay within a single container known as the parent. Code and form-based windows will stay within the main container form.
MDI is a common UI layout pattern for applications that need to display multiple documents, such as word processors and spreadsheets. It can be a convenient way to organize multiple windows, but it can also be difficult to keep track of which window is which.
Here is a brief explanation of each option:
- MDI: Multiple Document Interface. A UI layout pattern that allows multiple documents to be displayed in a single window.
- SDI: Single Document Interface. A UI layout pattern that allows only one document to be displayed at a time.
- Form: A user interface element that contains controls, such as buttons, text boxes, and labels.
- Code: The instructions that tell a computer what to do.