Multiple choice

Which of the following is not a type of a border?

  1. Fixed single

  2. Sizable

  3. Fixed Tool window

  4. Double border

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

Visual Basic forms have specific BorderStyle properties: 0-None, 1-Fixed Single, 2-Sizable, 3-Fixed Dialog, 4-Fixed ToolWindow, and 5-Sizable ToolWindow. 'Double border' is not a valid border style in this enumeration. The question asks which is NOT a type of border, making Double border the correct answer.