Multiple choice technology programming languages

which characteristics can be set at design time using the Style property of dialog box?

  1. child

  2. popup

  3. Overlapped

  4. Borders

Reveal answer Fill a bubble to check yourself
A,B,C Correct answer
Explanation

In Windows dialog box design, the Style property controls window styles including child windows (child), popup windows (popup), and overlapped windows (Overlapped). Borders is typically handled separately or through other properties.