8. In the IDE, which of following is used to design the layout of an application?
(A) Form Designer window
(B) Project Explorer window
(C) Context Menu
(D) Form Layout window
Answers
Answer:
Option D is the correct answer
Explanation:
Please mark me as the Brainliest answer
Answer:
In the IDE, (A) Form Designer window is used to design the layout of an application
Explanation:
Windows Forms Designer in Visual Studio gives a fast improvement answer for making Windows Forms-based applications.
The Windows Forms Designer gives many devices for building Windows Forms applications. This is the way to assemble an application utilizing the different apparatuses given by the designer, including the accompanying tasks:
Organize controls utilizing snaplines.
Achieve designer undertakings utilizing smart tags.
Set edges and cushioning for controls.
Organize controls utilizing a TableLayoutPanel control.
Segment your control's design by utilizing a SplitContainer control.
Explore your design with the Document Outline window.
Position controls with the size and location data shown.
Set property estimations utilizing the Properties window
#SPJ3