Multiple choice technology programming languages

Which of the following happens when the FormBorderStyle property is set to None in VB.NET?

  1. borderless form is made

  2. The form cannot be moved

  3. Both A and B

  4. None of the Above

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

Setting the FormBorderStyle property of a Windows Form to None removes the border and title bar, creating a borderless form. Because it lacks a title bar, the user cannot move the form by dragging it.