🎴 Flashcard Mode

Java, MFC, and SAS Programming Quiz

Card1 / 20
Mastered0
Review0
QuestionClick to flip

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

AnswerClick to flip back
A
child
B
popup
C
Overlapped
💡 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.

Change Mode